]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ath9k: Don't reset TSF after scanning automatically
authorAlina Friedrichsen <x-alina@gmx.net>
Thu, 19 Feb 2009 22:46:31 +0000 (23:46 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:52:48 +0000 (14:52 -0500)
commitf452a63d1ea7d2bae9b4a0cd0a865bcee7ce90c4
tree665ebe2cc85435532165b4b63e69e9696c9641b7
parentbdceeb2dad5c8487ffeb4d0fa949686e4350ec7f
ath9k: Don't reset TSF after scanning automatically

Reset automatically the TSF on re-enabling beaconing after scanning
in IBSS mode causes several problems. For example a new created IBSS
network can't age before an other node has joined, because scans are
done automatically in that case. And several other strange bugs more...

The TSF reset is done manually in the higher level mac80211 code in
the cases were it's needed, so we don't need to do it here.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/beacon.c