aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs.c
diff options
context:
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2018-09-05 08:06:09 +0300
committerJohannes Berg <johannes.berg@intel.com>2018-09-05 10:10:11 +0200
commit0eeb2b674f05ccb5162a1d68c0b8ae81e25fd972 (patch)
tree6b9844ba9c2474e5897fda7ea44079d233b067cb /net/mac80211/debugfs.c
parentwireless: align to draft 11ax D3.0 (diff)
downloadlinux-dev-0eeb2b674f05ccb5162a1d68c0b8ae81e25fd972.tar.xz
linux-dev-0eeb2b674f05ccb5162a1d68c0b8ae81e25fd972.zip
mac80211: add an option for station management TXQ
We have a TXQ abstraction for non-data packets that need powersave buffering. Since the AP cannot sleep, in case of station we can use this TXQ for all management frames, regardless if they are bufferable. Add HW flag to allow that. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/debugfs.c')
-rw-r--r--net/mac80211/debugfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c
index fb45eb5d1dc4..3fe541e358f3 100644
--- a/net/mac80211/debugfs.c
+++ b/net/mac80211/debugfs.c
@@ -217,6 +217,7 @@ static const char *hw_flag_names[] = {
FLAG(DOESNT_SUPPORT_QOS_NDP),
FLAG(BUFF_MMPDU_TXQ),
FLAG(SUPPORTS_VHT_EXT_NSS_BW),
+ FLAG(STA_MMPDU_TXQ),
#undef FLAG
};