mac80211: flush keys for AP mode on ieee80211_do_stop
authorFelix Fietkau <nbd@openwrt.org>
Mon, 27 Oct 2014 10:56:06 +0000 (11:56 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 29 Oct 2014 15:33:37 +0000 (16:33 +0100)
commit10b68487869031828aede7313c2befc53d6d30ec
treea22823db8ec5da2567d245c9438e8e5c38283112
parent805dbe17d1c832ad341f14fae8cedf41b67ca6fa
mac80211: flush keys for AP mode on ieee80211_do_stop

Userspace can add keys to an AP mode interface before start_ap has been
called. If there have been no calls to start_ap/stop_ap in the mean
time, the keys will still be around when the interface is brought down.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
[adjust comments, fix AP_VLAN case]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/iface.c