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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user