From: Eliad Peller Date: Wed, 18 Jul 2012 12:36:04 +0000 (+0300) Subject: mac80211: flush stations before stop beaconing X-Git-Tag: v3.6-rc1~125^2~57^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99102bd380f27b8dd5e058e69e3203bfad0cad94;p=pandora-kernel.git mac80211: flush stations before stop beaconing When AP interface is going down, the stations are flushed (in ieee80211_do_stop()) only after the beaconing was stopped. However, drivers might rely on stations being removed before the beaconing was stopped, in order to clean up properly. Fix it by flushing the stations on ap stop. (we already do the same for other interface types, e.g. in ieee80211_set_disassoc()) Signed-off-by: Eliad Peller Signed-off-by: Johannes Berg --- Reading git-diff-tree failed