]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mac80211: fix probe response wait timing
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 19 May 2009 19:26:07 +0000 (21:26 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 22 May 2009 18:05:59 +0000 (14:05 -0400)
commit4ef699fb771d347b31ddafd214c0dd47b90f7f0f
tree6e27e3c02468d603488f632fce0faa7591d80fc9
parent87057825824973f29cf2f37cff1e549170b2d7e6
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c