From: Johannes Berg <[email protected]>

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.

Signed-off-by: Johannes Berg <[email protected]>
---
 net/mac80211/tx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 1b3ac635fbdd..d2a91594312d 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -1252,7 +1252,7 @@ static struct txq_info *ieee80211_get_txq(struct 
ieee80211_local *local,
            (info->control.flags & IEEE80211_TX_CTRL_PS_RESPONSE))
                return NULL;
 
-       if (!ieee80211_is_data(hdr->frame_control)) {
+       if (!ieee80211_is_data_present(hdr->frame_control)) {
                if ((!ieee80211_is_mgmt(hdr->frame_control) ||
                     ieee80211_is_bufferable_mmpdu(hdr->frame_control)) &&
                    sta && sta->uploaded)
-- 
2.11.0

Reply via email to