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

parent
cba34a2b34
commit
3297080714
@@ -3842,6 +3842,23 @@ wlan_mlme_get_enable_dynamic_nss_chains_cfg(struct wlan_objmgr_psoc *psoc,
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
QDF_STATUS
|
||||
wlan_mlme_get_restart_sap_on_dynamic_nss_chains_cfg(
|
||||
struct wlan_objmgr_psoc *psoc,
|
||||
bool *value)
|
||||
{
|
||||
struct wlan_mlme_psoc_ext_obj *mlme_obj;
|
||||
|
||||
mlme_obj = mlme_get_psoc_ext_obj(psoc);
|
||||
if (!mlme_obj)
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
|
||||
*value =
|
||||
mlme_obj->cfg.nss_chains_ini_cfg.restart_sap_on_dyn_nss_chains_cfg;
|
||||
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
QDF_STATUS
|
||||
wlan_mlme_get_vht_enable2x2(struct wlan_objmgr_psoc *psoc, bool *value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user