]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6492956b42aff9a4b57e269a8cfa092839a00aaf
treecb38a51b68f0ce5dd11fe66f12476e9b37623732
parent685a0dc606158f225d5d781bc70bd5b4dbd6a651
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