Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287502
b: refs/heads/master
c: 07ae2df
h: refs/heads/master
v: v3
  • Loading branch information
Eliad Peller authored and John W. Linville committed Feb 1, 2012
1 parent e406c16 commit e30d7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3d29dd9b5b160ba4542a9b8f869a220559e633a0
refs/heads/master: 07ae2dfcf4f7143ce191c6436da1c33f179af0d6
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ static void ieee80211_sta_reorder_release(struct ieee80211_hw *hw,
index = seq_sub(tid_agg_rx->head_seq_num, tid_agg_rx->ssn) %
tid_agg_rx->buf_size;
if (!tid_agg_rx->reorder_buf[index] &&
tid_agg_rx->stored_mpdu_num > 1) {
tid_agg_rx->stored_mpdu_num) {
/*
* No buffers ready to be released, but check whether any
* frames in the reorder buffer have timed out.
Expand Down

0 comments on commit e30d7d9

Please sign in to comment.