commit | 10b68487869031828aede7313c2befc53d6d30ec | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Mon Oct 27 11:56:06 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Oct 29 16:33:37 2014 +0100 |
tree | a22823db8ec5da2567d245c9438e8e5c38283112 | |
parent | 805dbe17d1c832ad341f14fae8cedf41b67ca6fa [diff] |
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>