Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243698
b: refs/heads/master
c: 499fe9a
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Halperin authored and John W. Linville committed Mar 28, 2011
1 parent 4fd9c7f commit 5d359a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2b78ac9bfc7483ba4bda9ad3d10dd4afcf88337c
refs/heads/master: 499fe9a419d43410be576bcc825658997b6ce822
3 changes: 2 additions & 1 deletion trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,8 @@ static void ieee80211_sta_reorder_release(struct ieee80211_hw *hw,
skipped++;
continue;
}
if (!time_after(jiffies, tid_agg_rx->reorder_time[j] +
if (skipped &&
!time_after(jiffies, tid_agg_rx->reorder_time[j] +
HT_RX_REORDER_BUF_TIMEOUT))
goto set_release_timer;

Expand Down

0 comments on commit 5d359a9

Please sign in to comment.