diff options
-rw-r--r-- | net/mac80211/rx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 244ee2d50a58..ba332c9dc19a 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -2041,8 +2041,8 @@ static u8 ieee80211_rx_reorder_ampdu(struct ieee80211_local *local, | |||
2041 | 2041 | ||
2042 | tid_agg_rx = sta->ampdu_mlme.tid_rx[tid]; | 2042 | tid_agg_rx = sta->ampdu_mlme.tid_rx[tid]; |
2043 | 2043 | ||
2044 | /* null data frames are excluded */ | 2044 | /* qos null data frames are excluded */ |
2045 | if (unlikely(ieee80211_is_nullfunc(hdr->frame_control))) | 2045 | if (unlikely(hdr->frame_control & cpu_to_le16(IEEE80211_STYPE_NULLFUNC))) |
2046 | goto end_reorder; | 2046 | goto end_reorder; |
2047 | 2047 | ||
2048 | /* new un-ordered ampdu frame - process it */ | 2048 | /* new un-ordered ampdu frame - process it */ |