瀏覽代碼

qcacld-3.0: Remove obsolete config flag from config_to_feature

The config flag CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS is no longer used,
so remove it from config_to_feature.h file.

CRs-Fixed: 3617925
Change-Id: If275368573fbf50c8141b0dddfe80d502f1bb2e3
Aditya Kodukula 1 年之前
父節點
當前提交
f25e8c8d0e
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 2 0
      Kconfig
  2. 0 4
      configs/config_to_feature.h

+ 2 - 0
Kconfig

@@ -1884,6 +1884,8 @@ config FEATURE_WLAN_CH_AVOID_EXT
 
 config WLAN_TRACE_HIDE_MAC_ADDRESS_DISABLE
 	bool "enable CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS_DISABLE"
+	default n
+
 config 4_BYTES_TLV_TAG
 	bool "enable 4_BYTES_TLV_TAG"
 	default n

+ 0 - 4
configs/config_to_feature.h

@@ -1818,10 +1818,6 @@
 #define DELIVERY_TO_STACK_STATUS_CHECK (1)
 #endif
 
-#ifdef CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS
-#define WLAN_TRACE_HIDE_MAC_ADDRESS (1)
-#endif
-
 #ifdef CONFIG_WLAN_TRACE_HIDE_SSID
 #define WLAN_TRACE_HIDE_SSID (1)
 #endif