From 8d4fa056ae2ce70d04e8405ae8088efeebb62d13 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 6 Dec 2018 20:43:10 -0800 Subject: [PATCH] qcacld-3.0: Remove obsolete WEXT macros The following macros are no longer used, so remove them: - HDD_FINISH_ULA_TIME_OUT - HDD_SET_MCBC_FILTERS_TO_FW - HDD_DELETE_MCBC_FILTERS_FROM_FW Change-Id: I6d7b3ee1c1d6fce5c19d8a3b7dd2034c220a98e4 CRs-Fixed: 2363217 --- core/hdd/src/wlan_hdd_wext.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/hdd/src/wlan_hdd_wext.c b/core/hdd/src/wlan_hdd_wext.c index d67986a431..0586ac0562 100644 --- a/core/hdd/src/wlan_hdd_wext.c +++ b/core/hdd/src/wlan_hdd_wext.c @@ -109,10 +109,6 @@ #include "wlan_pmo_cfg.h" #include "wlan_pmo_ucfg_api.h" -#define HDD_FINISH_ULA_TIME_OUT 800 -#define HDD_SET_MCBC_FILTERS_TO_FW 1 -#define HDD_DELETE_MCBC_FILTERS_FROM_FW 0 - /* Private ioctls and their sub-ioctls */ #define WLAN_PRIV_SET_INT_GET_NONE (SIOCIWFIRSTPRIV + 0) #define WE_SET_11D_STATE 1