Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184064
b: refs/heads/master
c: 74e2bd1
h: refs/heads/master
v: v3
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Feb 8, 2010
1 parent a0d35be commit 544862e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f7c5c10e9dc6bf90179eb9f7c06151d508fb324
refs/heads/master: 74e2bd1fa3ae9695af566ad5a7a288898787b909
8 changes: 8 additions & 0 deletions trunk/net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,14 @@ int ieee80211_reconfig(struct ieee80211_local *local)
}
}

rcu_read_lock();
if (hw->flags & IEEE80211_HW_AMPDU_AGGREGATION) {
list_for_each_entry_rcu(sta, &local->sta_list, list) {
ieee80211_sta_tear_down_BA_sessions(sta);
}
}
rcu_read_unlock();

/* add back keys */
list_for_each_entry(sdata, &local->interfaces, list)
if (ieee80211_sdata_running(sdata))
Expand Down

0 comments on commit 544862e

Please sign in to comment.