diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-10-22 17:46:04 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-11-03 10:55:55 +0100 |
commit | cec6628350802b0a652486c41b57d4e1dd37a65c (patch) | |
tree | 5dd6ac2861cb90843f9d0ce6bbdd83452812951d /net/mac80211/ieee80211_i.h | |
parent | e86abc689c5cb963f713c1bab9c37775421a6a96 (diff) | |
download | blackbird-op-linux-cec6628350802b0a652486c41b57d4e1dd37a65c.tar.gz blackbird-op-linux-cec6628350802b0a652486c41b57d4e1dd37a65c.zip |
mac80211: make enable_qos parameter to ieee80211_set_wmm_default()
The function currently determines this value, for use in bss_info.qos,
based on the interface type itself. Make it a parameter instead and
set it with the same logic for now.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 5c76ba7aaf57..d832bd59236b 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -1769,7 +1769,7 @@ int ieee80211_frame_duration(enum ieee80211_band band, size_t len, int rate, int erp, int short_preamble, int shift); void ieee80211_set_wmm_default(struct ieee80211_sub_if_data *sdata, - bool bss_notify); + bool bss_notify, bool enable_qos); void ieee80211_xmit(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct sk_buff *skb); |