diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-07-19 12:35:00 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-19 12:35:00 -0400 |
commit | 3e497e0215ae1d552a69bd88ea0d1a004f71cccd (patch) | |
tree | 9684b54d4d55aaddc98ddc46d069d9a423d92034 /net/mac80211 | |
parent | 0cd06647b7c24f6633e32a505930a9aa70138c22 (diff) | |
parent | 99102bd380f27b8dd5e058e69e3203bfad0cad94 (diff) | |
download | linux-3e497e0215ae1d552a69bd88ea0d1a004f71cccd.tar.gz linux-3e497e0215ae1d552a69bd88ea0d1a004f71cccd.tar.bz2 linux-3e497e0215ae1d552a69bd88ea0d1a004f71cccd.zip |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index efbbdc8a2be0..d41974aacf51 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -917,6 +917,7 @@ static int ieee80211_stop_ap(struct wiphy *wiphy, struct net_device *dev) kfree_rcu(old, rcu_head); + sta_info_flush(sdata->local, sdata); ieee80211_bss_info_change_notify(sdata, BSS_CHANGED_BEACON_ENABLED); return 0; |