aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2022-09-02 16:12:46 +0200
committerJohannes Berg <johannes.berg@intel.com>2022-09-03 17:04:15 +0200
commit7e415d0c8c1234932940ed762d073dbf26080883 (patch)
treeb1157fadfeedfe1236ad1620e032fed6cc0a9010 /net/mac80211/ieee80211_i.h
parentwifi: mac80211_hwsim: warn on invalid link address (diff)
downloadlinux-dev-7e415d0c8c1234932940ed762d073dbf26080883.tar.xz
linux-dev-7e415d0c8c1234932940ed762d073dbf26080883.zip
wifi: mac80211: mlme: refactor QoS settings code
Refactor the code to apply QoS settings to the driver so we can call it on link switch. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index b41c49338cd3..977aea4467e0 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1811,6 +1811,7 @@ void ieee80211_sta_connection_lost(struct ieee80211_sub_if_data *sdata,
u8 reason, bool tx);
void ieee80211_mgd_setup_link(struct ieee80211_link_data *link);
void ieee80211_mgd_stop_link(struct ieee80211_link_data *link);
+void ieee80211_mgd_set_link_qos_params(struct ieee80211_link_data *link);
/* IBSS code */
void ieee80211_ibss_notify_scan_completed(struct ieee80211_local *local);