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:
Ashish Kumar Dhanotiya
2022-11-08 14:52:22 +05:30
committed by Madan Koyyalamudi
부모 cba34a2b34
커밋 3297080714
7개의 변경된 파일135개의 추가작업 그리고 20개의 파일을 삭제

파일 보기

@@ -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)