]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: mac80211: send extended MLD capa/ops if AP has it
authorJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jun 2025 18:35:25 +0000 (21:35 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 9 Jul 2025 09:52:36 +0000 (11:52 +0200)
commita9681efa1b69bcc39735cae6fd3c8170fb56a775
tree6906a584e1b2ca170dc83a0256a3bc9ebae80b0b
parentff1ac756eaaadd5e271c5834b2ae80a447a49008
wifi: mac80211: send extended MLD capa/ops if AP has it

Currently the code only sends extended MLD capa/ops in
strict mode, but if the AP has it then it should also
be able to parse it. There could be cases where the AP
doesn't have it but we would want to advertise it (e.g.
if the AP supports nothing but we want to have BTM.),
but given the broken deployed APs out there right now
this is the best we can do.

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/20250609213232.c9b8b3a6ca77.I1153d4283d1fbb9e5db60e7b939cc133a6345db5@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c