]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: fix U-APSD check in ML reconfiguration
authorJohannes Berg <johannes.berg@intel.com>
Sat, 8 Mar 2025 21:03:31 +0000 (23:03 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Mar 2025 09:53:10 +0000 (10:53 +0100)
commit7a6a740be17e049a2742c76bb1dadb3d78c930d9
tree5f96b1e67ae52c35e701ffb612f995b54f94e154
parentcf4bd1608882792d4742e27a819493312904a680
wifi: mac80211: fix U-APSD check in ML reconfiguration

If U-APSD isn't enabled by us, then IEEE80211_STA_UAPSD_ENABLED
won't be set, but the AP can still support it in that case. Only
require U-APSD from the AP if we enabled it, don't require it to
be disabled on the AP if we didn't.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250308225541.b4674be12a38.I01959e448c6a2a3e8bc5d561bbae9e8d2cca616a@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c