qcacld-3.0: Add max link number cfg and band bitmap cfg
Add cfg to configure the max number of links supported for mlo sta connection. Add cfg to configure the band bitmap that mlo sta connection supports. Change-Id: I6b27a7eb13eff026c5123e4bd24ba2424dba781d CRs-Fixed: 3202029
这个提交包含在:
@@ -1654,8 +1654,10 @@ mlme_init_product_details_cfg(struct wlan_mlme_product_details_cfg
|
||||
static void mlme_init_sta_mlo_cfg(struct wlan_objmgr_psoc *psoc,
|
||||
struct wlan_mlme_sta_cfg *sta)
|
||||
{
|
||||
sta->single_link_mlo_conn =
|
||||
cfg_default(CFG_SINGLE_LINK_MLO_CONN);
|
||||
sta->mlo_support_link_num =
|
||||
cfg_default(CFG_MLO_SUPPORT_LINK_NUM);
|
||||
sta->mlo_support_link_band =
|
||||
cfg_default(CFG_MLO_SUPPORT_LINK_BAND);
|
||||
}
|
||||
#else
|
||||
static void mlme_init_sta_mlo_cfg(struct wlan_objmgr_psoc *psoc,
|
||||
|
在新工单中引用
屏蔽一个用户