Re: [PATCH 3.18] mac80211: flush keys for AP mode on ieee80211_do_stop

2014-10-29 Thread Johannes Berg
On Mon, 2014-10-27 at 11:56 +0100, Felix Fietkau wrote: 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. I applied the following

[PATCH 3.18] mac80211: flush keys for AP mode on ieee80211_do_stop

2014-10-27 Thread Felix Fietkau
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 n...@openwrt.org --- net/mac80211/iface.c | 3 --- 1