wifi: mac80211: mlme: transmit assoc frame with address translation
authorJohannes Berg <johannes.berg@intel.com>
Thu, 21 Jul 2022 21:35:21 +0000 (23:35 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Jul 2022 12:28:41 +0000 (14:28 +0200)
commit4ca04ed36478e21b037fc379a7e6f52d0e6d8d52
treecd150e6e96ab1eab12e8f7ccee40bf9af107e478
parent1773af9d6a3f1f2f67e111196fa8fb9106a7c20d
wifi: mac80211: mlme: transmit assoc frame with address translation

To transmit the association frame to the right station and
with address translation, use the correct addresses there
and set up the AP address in the configuration earlier so
it's applied during the transmit of auth/assoc frames.

Fixes: 81151ce462e5 ("wifi: mac80211: support MLO authentication/association with one link")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c