wifi: mac80211: separate out connection downgrade flags
authorJohannes Berg <johannes.berg@intel.com>
Thu, 23 Jun 2022 10:04:55 +0000 (12:04 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:14 +0000 (11:43 +0200)
commitba323e29859458fb180e8a99b4382d0cbf72d47f
treead4b0441b73965ac04707ba6f1fe32ccc559327f
parent062e8e02dfd43c94b0d601c071e8a5c50bed830e
wifi: mac80211: separate out connection downgrade flags

Separate out the connection downgrade flags from the ifmgd->flags
and put them into the link information instead. While at it, make
them a separate sparse type so we don't get confused about where
they belong and have static checking on correct handling.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/mesh.c
net/mac80211/mlme.c
net/mac80211/spectmgmt.c
net/mac80211/tdls.c
net/mac80211/util.c