]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: make enable_qos parameter to ieee80211_set_wmm_default()
authorJohannes Berg <johannes.berg@intel.com>
Thu, 22 Oct 2015 15:46:04 +0000 (17:46 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 3 Nov 2015 09:55:55 +0000 (10:55 +0100)
commitcec6628350802b0a652486c41b57d4e1dd37a65c
tree5dd6ac2861cb90843f9d0ce6bbdd83452812951d
parente86abc689c5cb963f713c1bab9c37775421a6a96
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>
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/mlme.c
net/mac80211/util.c