]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mac80211: fix SA Query processing in MLO
authorJohannes Berg <johannes.berg@intel.com>
Thu, 6 Mar 2025 10:37:58 +0000 (12:37 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Mar 2025 08:57:39 +0000 (09:57 +0100)
commit9a267ce4a3fca93a34a8881046f97bcf472228c8
tree0ecd8fcb7d0dc7fd0835e62f98c9bdadc6cfc2b8
parent2e85829ac7fbbd57b93f6cd334b6d448c9ce9db3
wifi: mac80211: fix SA Query processing in MLO

When MLO is used and SA Query processing isn't done by
userspace (e.g. wpa_supplicant w/o CONFIG_OCV), then
the mac80211 code kicks in but uses the wrong addresses.
Fix them.

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/20250306123626.bab48bb49061.I9391b22f1360d20ac8c4e92604de23f27696ba8f@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c