Skip to content
Commit 0832b603 authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent c47078d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment