wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to link
authorJohannes Berg <johannes.berg@intel.com>
Tue, 12 Jul 2022 08:49:23 +0000 (10:49 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:21 +0000 (11:43 +0200)
commit39eac2de0098c3ac3e9c35cfdc924543f1f67acc
treecb38a51b68f0ce5dd11fe66f12476e9b37623732
parentde03f8ac5c5225a675c754c1b2b69771b77dfa84
wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to link

The flag here is currently per interface, but the way we
set and clear it means it should be per link, so change
it.

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