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
这个提交包含在:
Bing Sun
2022-05-20 19:10:17 +08:00
提交者 Madan Koyyalamudi
父节点 2923851b5e
当前提交 46f01746b9
修改 6 个文件,包含 118 行新增37 行删除

查看文件

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