From: Johannes Berg Date: Thu, 16 Oct 2008 19:44:44 +0000 (+0200) Subject: mac80211: inform userspace of probe/auth/assoc timeout X-Git-Tag: v2.6.29-rc1~581^2~855 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a68ec535ef1043319928f601d633f78e650a16f;p=pandora-kernel.git mac80211: inform userspace of probe/auth/assoc timeout I noticed that when for some reason [1] the probe or auth times out, wpa_supplicant doesn't realise this and only tries the next AP when it runs into its own timeout, which is ten seconds, and that's quite long. Fix this by making mac80211 notify userspace that it didn't associate. [1] my wrt350n in mixed B/G/HT mode often runs into this, maybe it's because one of the antennas is broken off and for whatever reason it decides to use that antenna to transmit the response frames (auth, probe); I do see beacons fine so it's not totally broken. Works fine in pure-G mode. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed