Skip to content
Commit 572078be authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent 6295ca18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment