aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 1ccd32933eb7..d44c87269bcb 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -1972,7 +1972,7 @@ static u8 ieee80211_rx_reorder_ampdu(struct ieee80211_local *local,
1972 goto end_reorder; 1972 goto end_reorder;
1973 1973
1974 /* null data frames are excluded */ 1974 /* null data frames are excluded */
1975 if (unlikely(fc & IEEE80211_STYPE_QOS_NULLFUNC)) 1975 if (unlikely(fc & IEEE80211_STYPE_NULLFUNC))
1976 goto end_reorder; 1976 goto end_reorder;
1977 1977
1978 /* new un-ordered ampdu frame - process it */ 1978 /* new un-ordered ampdu frame - process it */