mac80211: fix harmless station flush warning
authorJohannes Berg <johannes.berg@intel.com>
Fri, 15 Feb 2013 10:47:50 +0000 (11:47 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 18 Feb 2013 12:48:40 +0000 (13:48 +0100)
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>

No differences found