commit | 0832b603c7583e75f149ea984827b6d929f336b5 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jul 03 14:47:25 2018 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jul 09 10:21:18 2018 +0200 |
tree | 1164b439b263632f67ffc1420d6203df16a60da0 | |
parent | c47078d6a33fd78d882200cdaacbcfcd63318234 [diff] |
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>