Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298442
b: refs/heads/master
c: d72308b
h: refs/heads/master
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Mar 26, 2012
1 parent 25f48df commit 04bca59
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: 4e808a38fdcaeeeddbc05942623279ebe7c02373
refs/heads/master: d72308bff5c2fa207949a5925b020bce74495e33
3 changes: 2 additions & 1 deletion trunk/net/mac80211/agg-rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ static void ieee80211_free_tid_rx(struct rcu_head *h)
container_of(h, struct tid_ampdu_rx, rcu_head);
int i;

del_timer_sync(&tid_rx->reorder_timer);

for (i = 0; i < tid_rx->buf_size; i++)
dev_kfree_skb(tid_rx->reorder_buf[i]);
kfree(tid_rx->reorder_buf);
Expand Down Expand Up @@ -91,7 +93,6 @@ void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
tid, WLAN_BACK_RECIPIENT, reason);

del_timer_sync(&tid_rx->session_timer);
del_timer_sync(&tid_rx->reorder_timer);

call_rcu(&tid_rx->rcu_head, ieee80211_free_tid_rx);
}
Expand Down

0 comments on commit 04bca59

Please sign in to comment.