Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172253
b: refs/heads/master
c: d29cecd
h: refs/heads/master
i:
  172251: d973afa
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Dec 4, 2009
1 parent 02e7840 commit 0cad470
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: 8f56874bd7e8bee73ed6a1cf80dcec2753616262
refs/heads/master: d29cecda036f251aee4947f47eea0fe9ed8cc931
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ static void ieee80211_release_reorder_frame(struct ieee80211_hw *hw,
rate = &sband->bitrates[status->rate_idx];
tid_agg_rx->stored_mpdu_num--;
tid_agg_rx->reorder_buf[index] = NULL;
skb_queue_tail(frames, skb);
__skb_queue_tail(frames, skb);

no_frame:
tid_agg_rx->head_seq_num = seq_inc(tid_agg_rx->head_seq_num);
Expand Down

0 comments on commit 0cad470

Please sign in to comment.