|
@@ -652,6 +652,8 @@ static void wma_set_default_tgt_config(tp_wma_handle wma_handle,
|
|
|
ucfg_pmo_get_go_mode_bus_suspend(wma_handle->psoc);
|
|
|
tgt_cfg->num_max_active_vdevs =
|
|
|
policy_mgr_get_max_conc_cxns(wma_handle->psoc);
|
|
|
+ tgt_cfg->num_max_mlo_link_per_ml_bss =
|
|
|
+ wlan_mlme_get_sta_mlo_conn_max_num(wma_handle->psoc);
|
|
|
cfg_nan_get_max_ndi(wma_handle->psoc,
|
|
|
&tgt_cfg->max_ndi);
|
|
|
|