diff options
Diffstat (limited to 'net/mac80211/iface.c')
-rw-r--r-- | net/mac80211/iface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index 915d04323a32..1c17fb8e4058 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c | |||
@@ -362,8 +362,7 @@ static int ieee80211_stop(struct net_device *dev) | |||
362 | 362 | ||
363 | list_for_each_entry_rcu(sta, &local->sta_list, list) { | 363 | list_for_each_entry_rcu(sta, &local->sta_list, list) { |
364 | if (sta->sdata == sdata) | 364 | if (sta->sdata == sdata) |
365 | ieee80211_sta_tear_down_BA_sessions(sdata, | 365 | ieee80211_sta_tear_down_BA_sessions(sta); |
366 | sta->sta.addr); | ||
367 | } | 366 | } |
368 | 367 | ||
369 | rcu_read_unlock(); | 368 | rcu_read_unlock(); |