]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: improve scan timing
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 8 May 2009 12:12:21 +0000 (14:12 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 11 May 2009 19:23:56 +0000 (15:23 -0400)
commit6442c3762532a5dddfdd582870a8193c2914398d
treeb305885cdec6c31ebc27332526419957f4d27715
parent1f7ba979b63f77c85068b58b4ee6e3a7b9a576c6
mac80211: improve scan timing

The call to ieee80211_hw_config() is supposed to apply changes
synchronously, so once it returns the parameters are applied to
the hardware. Thus, there really is no need to delay the probing
by the channel switch time again since the channel switch has
already happened once we get to this code.

Additionally, there is no need to wait for a NAV update (probe
delay) when the channel is passively scanned. Remove that extra
time too.

This cuts scanning time from over 7 seconds to under 4 on ar9170,
which is due to the number of channels scanned and ar9170's switch
time being advertised as 135ms (my test now indicates it is about
77ms with the current driver, but the difference might also be due
to using a different machine with different USB controllers).

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/scan.c