]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: nl80211: fix assoc link handling
authorJohannes Berg <johannes.berg@intel.com>
Thu, 6 Mar 2025 10:37:57 +0000 (12:37 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Mar 2025 08:57:39 +0000 (09:57 +0100)
commit2e85829ac7fbbd57b93f6cd334b6d448c9ce9db3
tree5129e2020d37eaf60a9fe07e754a826c10dad72f
parent20d5a0b9cd0ccb32e886cf6baecf14936325bf10
wifi: nl80211: fix assoc link handling

The refactoring of the assoc link handling in order to
support multi-link reconfiguration broke the setting
of the assoc link ID, and thus resulted in the wrong
BSS "use_for" value being selected. Fix that for both
association and ML reconfiguration.

Fixes: 720fa448f5a7 ("wifi: nl80211: Split the links handling of an association request")
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.7b233d769c32.I62fd04a8667dd55cedb9a1c0414cc92dd098da75@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c