wifi: mac80211: mlme: set sta.mlo to mlo state
authorJohannes Berg <johannes.berg@intel.com>
Mon, 18 Jul 2022 14:04:05 +0000 (16:04 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Jul 2022 12:27:59 +0000 (14:27 +0200)
commit6d8e0f84f89f99c87608569e374d52cf248978ee
tree52b8f49a520c5efd1c30c8b67acf41edcebad0ee
parent0f13f3c3222a0463013f73b9d4b31ac4ebdc884a
wifi: mac80211: mlme: set sta.mlo to mlo state

At this point, we've already changed link_id to be zero for
a non-MLO connection, so use the 'mlo' variable rather than
link ID to determine the MLO status of the station.

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