commit | 572078be54856bf751af9a43d501ffb8d09b1ea7 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Feb 15 11:47:50 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Feb 18 13:48:40 2013 +0100 |
tree | 8b76390d92edd1ac46ab9f828923d61481ad51a9 | |
parent | 6295ca184b6216ecde68f16f487a524734761adf [diff] |
mac80211: fix harmless station flush warning If an interface is set down while authenticating or associating, there's a station entry that will be removed by the flushing in do_stop() and that will cause a warning. It's otherwise harmless, but avoid the warning by calling ieee80211_mgd_stop() first. Signed-off-by: Johannes Berg <johannes.berg@intel.com>