Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103424
b: refs/heads/master
c: 2560b6e
h: refs/heads/master
v: v3
  • Loading branch information
Emmanuel Grumbach authored and John W. Linville committed Jul 14, 2008
1 parent 088dc75 commit 9ad5269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ece16a1cf9d36fee6d3ccb2c933296cf660e44d
refs/heads/master: 2560b6e2e4b87df211ea39b3b02498959b70b4e8
4 changes: 2 additions & 2 deletions trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2041,8 +2041,8 @@ static u8 ieee80211_rx_reorder_ampdu(struct ieee80211_local *local,

tid_agg_rx = sta->ampdu_mlme.tid_rx[tid];

/* null data frames are excluded */
if (unlikely(ieee80211_is_nullfunc(hdr->frame_control)))
/* qos null data frames are excluded */
if (unlikely(hdr->frame_control & cpu_to_le16(IEEE80211_STYPE_NULLFUNC)))
goto end_reorder;

/* new un-ordered ampdu frame - process it */
Expand Down

0 comments on commit 9ad5269

Please sign in to comment.