Browse Source

qcacld-3.0: Disbale WLAN_CONV_SPECTRAL_ENABLE

Disable WLAN_CONV_SPECTRAL_ENABLE for Genoa

Change-Id: Iadbb9f2a84b11e422fa919838e31a1f57c519f6e
CRs-Fixed: 2276680
Rachit Kankane 6 years ago
parent
commit
f3f4068f01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configs/genoa.common

+ 1 - 1
configs/genoa.common

@@ -1,7 +1,6 @@
 # Protocol specific features
 
 #features not required for GENOA IOT, compilation errors are there.
-CONFIG_WLAN_CONV_SPECTRAL_ENABLE := y
 CONFIG_SUPPORT_11AX := y
 CONFIG_160MHZ_SUPPORT := y
 CONFIG_FEATURE_STATS_EXT := y
@@ -25,6 +24,7 @@ CONFIG_LFR_SUBNET_DETECTION := y
 CONFIG_MCC_TO_SCC_SWITCH := y
 CONFIG_QCOM_ESE := y
 CONFIG_WLAN_OPEN_P2P_INTERFACE := y
+CONFIG_WLAN_CONV_SPECTRAL_ENABLE := n
 CONFIG_WLAN_ENABLE_SOCIAL_CHANNELS_5G_ONLY := y
 CONFIG_WLAN_DFS_MASTER_ENABLE := y
 CONFIG_WIFI_POS_CONVERGED := y