wifi: mac80211: mlme: fix override calculation
authorJohannes Berg <johannes.berg@intel.com>
Sun, 17 Jul 2022 16:16:51 +0000 (18:16 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Jul 2022 12:27:45 +0000 (14:27 +0200)
commit553a282cb25eb62fdda1f3425d48b12372366e03
treeb6fe8e06555860cee89e6392959774535b490277
parent8a9be422f5ff34ec7abec289c6fe862d9e7864d2
wifi: mac80211: mlme: fix override calculation

In my previous changes here, I neglected to take the old
conn_flags into account that might still be present from
the authentication, and thus ieee80211_setup_assoc_link()
can misbehave, as well as the override calculation being
wrong. Fix that by ORing in the old flags.

Fixes: 1845c1d4a455 ("wifi: mac80211: mlme: refactor assoc link setup")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c