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
diff --git a/Kconfig b/Kconfig
index 39b64ed..51194f0 100644
--- a/Kconfig
+++ b/Kconfig
@@ -111,11 +111,11 @@
 	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