Browse Source

qcacld-3.0: Fix Kconfig entry for MCC to SCC switch/LFR subnet detection

Correct the Kconfig entry that is used for the MCC to SCC switch and LFR
subnet detection feature. The Kconfig, instead of having the config name
is having the feature name. i.e, instead of having the Kconfig entries
as MCC_TO_SCC_SWITCH and LFR_SUBNET_DETECTION, the current entries are
FEATURE_WLAN_MCC_TO_SCC_SWITCH and FEATURE_LFR_SUBNET_DETECTION. The
make config process will add the CONFIG_ prefix to these Kconfig
entries.

Change-Id: I57f025f14bed73afeb411ea130ca88b5a4155a60
CRs-Fixed: 1000552
Manishekar Chandrasekaran 9 years ago
parent
commit
f37d7121d1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Kconfig

+ 2 - 2
Kconfig

@@ -111,11 +111,11 @@ config WLAN_SYNC_TSF
 	bool "Enable QCOM sync multi devices tsf feature"
 	default n
 
-config FEATURE_LFR_SUBNET_DETECTION
+config LFR_SUBNET_DETECTION
 	bool "Enable LFR Subnet Change Detection"
 	default n
 
-config FEATURE_WLAN_MCC_TO_SCC_SWITCH
+config MCC_TO_SCC_SWITCH
 	bool "Enable MCC to SCC Switch Logic"
 	default n