Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79439
b: refs/heads/master
c: 5b3d71d
h: refs/heads/master
i:
  79437: 1a3edc6
  79435: 7cb7c9d
  79431: 02e7dff
  79423: 2339b27
v: v3
  • Loading branch information
Ron Rindjunsky authored and David S. Miller committed Jan 28, 2008
1 parent b813573 commit d3a8b55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 0f7054e32fab251af5cab116da0ef6624a1a0c8b
refs/heads/master: 5b3d71d90ec554a2b145db7fcb245e64bf28dda7
8 changes: 5 additions & 3 deletions trunk/net/mac80211/ieee80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,11 @@ static int ieee80211_stop(struct net_device *dev)
sdata = IEEE80211_DEV_TO_SUB_IF(dev);

list_for_each_entry(sta, &local->sta_list, list) {
for (i = 0; i < STA_TID_NUM; i++)
ieee80211_sta_stop_rx_ba_session(sta->dev, sta->addr,
i, WLAN_BACK_RECIPIENT,
if (sta->dev == dev)
for (i = 0; i < STA_TID_NUM; i++)
ieee80211_sta_stop_rx_ba_session(sta->dev,
sta->addr, i,
WLAN_BACK_RECIPIENT,
WLAN_REASON_QSTA_LEAVE_QBSS);
}

Expand Down

0 comments on commit d3a8b55

Please sign in to comment.