qcacld-3.0: Refine mlme reg configurations
Refine mlme reg configurations based on converged cfg component. Remove related legacy codes. Change-Id: I524b29d2d03e60111fa1759d11e32236bb3aa3fa CRs-Fixed: 2357961
这个提交包含在:
@@ -713,7 +713,6 @@ typedef struct tagSapStruct {
|
||||
#endif /* FEATURE_AP_MCC_CH_AVOIDANCE */
|
||||
bool acs_with_more_param;
|
||||
bool enable_dfs_phy_error_logs;
|
||||
bool enable_etsi13_srd_chan_support;
|
||||
} tSapStruct, *tpSapStruct;
|
||||
|
||||
#ifdef FEATURE_WLAN_CH_AVOID
|
||||
|
@@ -671,7 +671,7 @@ static bool sap_chan_sel_init(mac_handle_t mac_handle,
|
||||
if (wlan_reg_is_dsrc_chan(mac->pdev, *pChans))
|
||||
continue;
|
||||
|
||||
if (!mac->sap.enable_etsi13_srd_chan_support &&
|
||||
if (!mac->mlme_cfg->reg.etsi13_srd_chan_in_master_mode &&
|
||||
wlan_reg_is_etsi13_srd_chan(mac->pdev, *pChans))
|
||||
continue;
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户