Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278412
b: refs/heads/master
c: a7f39f6
h: refs/heads/master
v: v3
  • Loading branch information
Nikolay Martynov authored and John W. Linville committed Nov 28, 2011
1 parent 4c70eb6 commit 30e9af6
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: 285fa6958c1d56469ec8a0e879ae7487a4e62840
refs/heads/master: a7f39f60775c0a5f2b537b20a0c2431b3f791cc8
2 changes: 1 addition & 1 deletion trunk/net/mac80211/agg-rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
/* check if this is a self generated aggregation halt */
if (initiator == WLAN_BACK_RECIPIENT && tx)
ieee80211_send_delba(sta->sdata, sta->sta.addr,
tid, 0, reason);
tid, WLAN_BACK_RECIPIENT, reason);

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

0 comments on commit 30e9af6

Please sign in to comment.