Kaynağa Gözat

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
Jeff Johnson 6 yıl önce
ebeveyn
işleme
bce28eb11e
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. 0 5
      core/hdd/inc/wlan_hdd_cfg.h

+ 0 - 5
core/hdd/inc/wlan_hdd_cfg.h

@@ -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 */