From f922099fabaa152ae9cd3f1d3306c675c7df4044 Mon Sep 17 00:00:00 2001 From: Santosh Anbu Date: Wed, 26 Aug 2020 18:56:15 +0530 Subject: [PATCH] qca-wifi: Add mac filtering support for connection manager Enable blacklist manager code for compilation Change-Id: I70c95a571a6b33c99f92ba56c68023e4e7931372 --- umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.c | 2 -- umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.h | 2 -- umac/mlme/conn_mgr/dispatcher/inc/wlan_cm_blm.h | 2 -- 3 files changed, 6 deletions(-) diff --git a/umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.c b/umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.c index 08ed235ba2..5d0738fe67 100644 --- a/umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.c +++ b/umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.c @@ -17,7 +17,6 @@ /** * DOC: Implement APIs related to the Blacklist manager */ -#if 0 #include #include #include @@ -124,4 +123,3 @@ wlan_blacklist_action_on_bssid(struct wlan_objmgr_pdev *pdev, return CM_BLM_NO_ACTION; } -#endif diff --git a/umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.h b/umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.h index 7f84de1cb4..3fa3138ecd 100644 --- a/umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.h +++ b/umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.h @@ -20,7 +20,6 @@ #ifndef _WLAN_CM_BLM_MAIN_H_ #define _WLAN_CM_BLM_MAIN_H_ -#if 0 #include /** @@ -35,4 +34,3 @@ struct blm_entry_iter_obj { bool match; }; #endif -#endif diff --git a/umac/mlme/conn_mgr/dispatcher/inc/wlan_cm_blm.h b/umac/mlme/conn_mgr/dispatcher/inc/wlan_cm_blm.h index e9e932a7b1..22a9eac8db 100644 --- a/umac/mlme/conn_mgr/dispatcher/inc/wlan_cm_blm.h +++ b/umac/mlme/conn_mgr/dispatcher/inc/wlan_cm_blm.h @@ -20,7 +20,6 @@ #ifndef _WLAN_CM_BLM_H_ #define _WLAN_CM_BLM_H_ -#if 0 #include /* @@ -88,4 +87,3 @@ enum cm_blm_exc_mac_mode wlan_cm_get_exc_mac_addr_list( */ qdf_time_t wlan_cm_get_bad_ap_timeout(struct wlan_objmgr_vdev *vdev); #endif -#endif