qcacld-3.0: Remove SapSccChanAvoidance from struct hdd_config

As part of change I374e870610d79cc0d172ae126bfa70dc6d2db9a9
("qcacld-3.0: Remove not used INI CFG") support for the INI item
"gSapSccChanAvoidance" was removed. However that change left behind
the SapSccChanAvoidance field in struct hdd_config. This is now
obsolete, so remove it.

Change-Id: I4950066f492417922ec4054938da1e9acfaf9668
CRs-Fixed: 2368703
This commit is contained in:
Jeff Johnson
2018-12-14 18:08:48 -08:00
committed by nshrivas
parent ee7eb3f2a9
commit bce28eb11e

View File

@@ -2723,11 +2723,6 @@ struct hdd_config {
uint32_t ibssPs1RxChainInAtimEnable;
bool fRegChangeDefCountry;
bool advertiseConcurrentOperation;
#ifdef FEATURE_WLAN_FORCE_SAP_SCC
uint8_t SapSccChanAvoidance;
#endif /* FEATURE_WLAN_FORCE_SAP_SCC */
#ifdef DHCP_SERVER_OFFLOAD
uint8_t dhcpServerIP[IPADDR_STRING_LENGTH];
#endif /* DHCP_SERVER_OFFLOAD */