mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
wifi: mac80211_hwsim: advertise 15 simultaneous links
Advertise MLD capabilities and operations in AP mode that say that up to 15 links are supported simultaneously. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Reviewed-by: Gregory Greenman <gregory.greenman@intel.com> Reviewed-by: Ilan Peer <ilan.peer@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://msgid.link/20240111181514.52a1d48b67e6.Ie459df742944d24d6401683d54d2f3ac44834803@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
ccb964b4ab
commit
2b3e35d98b
@ -4993,9 +4993,11 @@ static const u8 iftypes_ext_capa_ap[] = {
|
||||
[9] = WLAN_EXT_CAPA10_TWT_RESPONDER_SUPPORT,
|
||||
};
|
||||
|
||||
#define MAC80211_HWSIM_MLD_CAPA_OPS FIELD_PREP_CONST( \
|
||||
IEEE80211_MLD_CAP_OP_TID_TO_LINK_MAP_NEG_SUPP, \
|
||||
IEEE80211_MLD_CAP_OP_TID_TO_LINK_MAP_NEG_SUPP_SAME)
|
||||
#define MAC80211_HWSIM_MLD_CAPA_OPS \
|
||||
FIELD_PREP_CONST(IEEE80211_MLD_CAP_OP_TID_TO_LINK_MAP_NEG_SUPP, \
|
||||
IEEE80211_MLD_CAP_OP_TID_TO_LINK_MAP_NEG_SUPP_SAME) | \
|
||||
FIELD_PREP_CONST(IEEE80211_MLD_CAP_OP_MAX_SIMUL_LINKS, \
|
||||
IEEE80211_MLD_MAX_NUM_LINKS - 1)
|
||||
|
||||
static const struct wiphy_iftype_ext_capab mac80211_hwsim_iftypes_ext_capa[] = {
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user