diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2025-03-09 00:03:41 +0300 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2025-03-11 12:53:11 +0300 |
| commit | ff4d8998e84dcf52ba74716ab0512217eace6734 (patch) | |
| tree | 529d056458e0cf8fed2838b3459872e6420371a6 | |
| parent | c3171bed65ec323803b6b73f74017f7d0fd7aa6c (diff) | |
| download | linux-ff4d8998e84dcf52ba74716ab0512217eace6734.tar.xz | |
wifi: mac80211: set WMM in ML reconfiguration
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>
| -rw-r--r-- | net/mac80211/mlme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 94d9d9ca42fe..bfd3653a5b84 100644 --- 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); |
