qcacld-3.0: Update NSS for SAP dynamically
Currently host driver does not support dynamic NSS update for SAP. Based on new requirement update NSS for SAP. To achieve this requirement, add a logic to update the NSS and restart the SAP with the updated NSS based on the ini. Change-Id: Ie770b1103ba4050c48cd4ba3674a5e0d89c86fdf CRs-Fixed: 3307308
This commit is contained in:

committed by
Madan Koyyalamudi

부모
cba34a2b34
커밋
3297080714
@@ -2348,6 +2348,9 @@ static void mlme_init_nss_chains(struct wlan_objmgr_psoc *psoc,
|
||||
cfg_get(psoc, CFG_DISABLE_TX_MRC_5G);
|
||||
nss_chains->enable_dynamic_nss_chains_cfg =
|
||||
cfg_get(psoc, CFG_ENABLE_DYNAMIC_NSS_CHAIN_CONFIG);
|
||||
nss_chains->restart_sap_on_dyn_nss_chains_cfg =
|
||||
cfg_get(psoc,
|
||||
CFG_RESTART_SAP_ON_DYNAMIC_NSS_CHAINS_CONFIG);
|
||||
}
|
||||
|
||||
static void mlme_init_wep_cfg(struct wlan_mlme_wep_cfg *wep_params)
|
||||
|
Reference in New Issue
Block a user