From: Johannes Berg Date: Tue, 19 May 2009 19:26:07 +0000 (+0200) Subject: mac80211: fix probe response wait timing X-Git-Tag: v2.6.31-rc1~330^2~313^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef699fb771d347b31ddafd214c0dd47b90f7f0f;p=pandora-kernel.git mac80211: fix probe response wait timing In "mac80211: split out and decrease probe wait time" I tried to reduce the time waiting for a probe response, but failed to take into account the case where we are detecting beacon loss in software -- in that case we still wait the monitoring time rather than the probe wait time. Fix this by refactoring the mod_timer() calls in ieee80211_associated(). Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed