Browse Source

qcacld-3.0: Disable Hide Mac address feature in consolidate builds

Currently, WLAN_TRACE_HIDE_MAC_ADDRESS feature is enabled in both GKI
and consolidate builds. But, this feature is needed only in GKI builds.
So, disable this feature in consolidate builds.

Change-Id: Iaca5c693746a2b57acdf3bb730be4dbbc34649f0
CRs-Fixed: 3588354
Aditya Kodukula 1 year ago
parent
commit
6f08e2feb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configs/config_to_feature.h

+ 1 - 1
configs/config_to_feature.h

@@ -2903,7 +2903,7 @@
 #define WLAN_FEATURE_CE_RX_BUFFER_REUSE (1)
 #endif
 
-#ifdef CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS
+#ifndef CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS_DISABLE
 #define WLAN_TRACE_HIDE_MAC_ADDRESS (1)
 #endif