From: Johannes Berg Date: Fri, 23 Aug 2013 13:48:48 +0000 (+0200) Subject: mac80211: ignore (E)CSA in probe response frames X-Git-Tag: v3.12-rc1~132^2~84^2^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d70b7616d9080ec9f868fbd31db5fd4341435d61;p=pandora-kernel.git mac80211: ignore (E)CSA in probe response frames Seth reports that some APs, notably the Netgear WNDAP360, send invalid ECSA IEs in probe response frames with the operating class and channel number both set to zero, even when no channel switch is being done. As a result, any scan while connected to such an AP results in the connection being dropped. Fix this by ignoring any channel switch announcment in probe response frames entirely, since we're connected to the AP we will be receiving a beacon (and maybe even an action frame) if a channel switch is done, which is sufficient. Cc: stable@vger.kernel.org # 3.10 Reported-by: Seth Forshee Tested-by: Seth Forshee Signed-off-by: Johannes Berg --- Reading git-diff-tree failed