소스 검색

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 년 전
부모
커밋
6f08e2feb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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