mac80211: don't put null-data frames on the normal TXQ
authorJohannes Berg <johannes.berg@intel.com>
Tue, 3 Jul 2018 12:47:25 +0000 (14:47 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jul 2018 08:21:18 +0000 (10:21 +0200)
commit0832b603c7583e75f149ea984827b6d929f336b5
tree1164b439b263632f67ffc1420d6203df16a60da0
parentc47078d6a33fd78d882200cdaacbcfcd63318234
mac80211: don't put null-data frames on the normal TXQ

Since (QoS) NDP frames shouldn't be put into aggregation nor are
assigned real sequence numbers, etc. it's better to treat them as
non-data packets and not put them on the normal TXQs, for example
when building A-MPDUs they need to be treated specially, and they
are more used for management (e.g. to see if the station is alive)
anyway.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c