From: Johannes Berg Date: Fri, 15 Feb 2013 10:47:50 +0000 (+0100) Subject: mac80211: fix harmless station flush warning X-Git-Tag: v3.9-rc1~139^2~2^2^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=572078be54856bf751af9a43d501ffb8d09b1ea7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed