projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3171be
)
wifi: mac80211: set WMM in ML reconfiguration
author
Johannes Berg
<johannes.berg@intel.com>
Sat, 8 Mar 2025 21:03:41 +0000
(23:03 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 11 Mar 2025 09:53:11 +0000
(10:53 +0100)
In the per-STA profiles for added links in multi-link reconfiguration
the WMM element should be included. Fix that.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link:
https://patch.msgid.link/20250308225541.59902f783420.I362c3101d3f523a8db37c16cd7b5f573d76a36e6@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/mlme.c
b/net/mac80211/mlme.c
index 94d9d9ca42feea8e7e0691a6c29ecc1d3066de2d..bfd3653a5b847cfde6faf4851e6d4cfd06182741 100644
(file)
--- a/
net/mac80211/mlme.c
+++ b/
net/mac80211/mlme.c
@@
-10435,6
+10435,7
@@
int ieee80211_mgd_assoc_ml_reconf(struct ieee80211_sub_if_data *sdata,
return -ENOMEM;
data->assoc_link_id = -1;
+ data->wmm = true;
uapsd_supported = true;
ieee80211_ml_reconf_selectors(userspace_selectors);