浏览代码

Merge "Revert "qca-wifi: Add mac filtering support for connection manager""

Linux Build Service Account 4 年之前
父节点
当前提交
4a5f172e19

+ 2 - 2
umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.c

@@ -17,7 +17,7 @@
 /**
  * DOC: Implement APIs related to the Blacklist manager
  */
-
+#if 0
 #include <wlan_objmgr_cmn.h>
 #include <wlan_objmgr_pdev_obj.h>
 #include <wlan_scan_utils_api.h>
@@ -124,4 +124,4 @@ wlan_blacklist_action_on_bssid(struct wlan_objmgr_pdev *pdev,
 
 	return CM_BLM_NO_ACTION;
 }
-
+#endif

+ 2 - 2
umac/mlme/conn_mgr/core/src/wlan_cm_blm_main.h

@@ -20,7 +20,7 @@
 
 #ifndef _WLAN_CM_BLM_MAIN_H_
 #define _WLAN_CM_BLM_MAIN_H_
-
+#if 0
 #include <wlan_scan_public_structs.h>
 
 /**
@@ -34,5 +34,5 @@ struct blm_entry_iter_obj {
 	struct wlan_objmgr_vdev *sta_vdev;
 	bool match;
 };
-
+#endif
 #endif

+ 2 - 2
umac/mlme/conn_mgr/dispatcher/inc/wlan_cm_blm.h

@@ -20,7 +20,7 @@
 
 #ifndef _WLAN_CM_BLM_H_
 #define _WLAN_CM_BLM_H_
-
+#if 0
 #include <wlan_scan_utils_api.h>
 
 /*
@@ -87,5 +87,5 @@ enum cm_blm_exc_mac_mode wlan_cm_get_exc_mac_addr_list(
  * Return: Congfigured bad ap timeout value
  */
 qdf_time_t wlan_cm_get_bad_ap_timeout(struct wlan_objmgr_vdev *vdev);
-
+#endif
 #endif