mac80211: add an option for station management TXQ
authorSara Sharon <sara.sharon@intel.com>
Wed, 5 Sep 2018 05:06:09 +0000 (08:06 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 5 Sep 2018 08:10:11 +0000 (10:10 +0200)
commit0eeb2b674f05ccb5162a1d68c0b8ae81e25fd972
tree6b9844ba9c2474e5897fda7ea44079d233b067cb
parentadd7453ad62f05c8f1a48675bb4dfed52e6ac878
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>
include/net/mac80211.h
net/mac80211/debugfs.c
net/mac80211/tx.c