aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorGravatar Johannes Berg <johannes.berg@intel.com> 2022-06-27 13:13:04 +0200
committerGravatar Johannes Berg <johannes.berg@intel.com> 2022-07-15 11:43:16 +0200
commit6359598df67fe7d4d335298f50a23cb55dd1547b (patch)
tree0505b133082de5dfe86bf8887b1d95107727c0f6 /net/mac80211/ieee80211_i.h
parentwifi: mac80211: mlme: first adjustments for MLO (diff)
downloadlinux-6359598df67fe7d4d335298f50a23cb55dd1547b.tar.gz
linux-6359598df67fe7d4d335298f50a23cb55dd1547b.tar.bz2
linux-6359598df67fe7d4d335298f50a23cb55dd1547b.zip
wifi: mac80211: split IEEE80211_STA_DISABLE_WMM to link data
If we decide to stop tracking QoS/WMM parameters, then this should be a per-link decision. Move the flag to the link instead. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 20b9979d1506..3e360bcaa03b 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -361,7 +361,6 @@ enum ieee80211_sta_flags {
IEEE80211_STA_MFP_ENABLED = BIT(6),
IEEE80211_STA_UAPSD_ENABLED = BIT(7),
IEEE80211_STA_NULLFUNC_ACKED = BIT(8),
- IEEE80211_STA_DISABLE_WMM = BIT(14),
IEEE80211_STA_ENABLE_RRM = BIT(15),
};
@@ -883,6 +882,7 @@ struct ieee80211_link_data_managed {
bool have_beacon;
bool tracking_signal_avg;
+ bool disable_wmm_tracking;
bool csa_waiting_bcn;
bool csa_ignored_same_chan;