From: Alina Friedrichsen Date: Thu, 19 Feb 2009 22:46:31 +0000 (+0100) Subject: ath9k: Don't reset TSF after scanning automatically X-Git-Tag: v2.6.30-rc1~662^2~460^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f452a63d1ea7d2bae9b4a0cd0a865bcee7ce90c4;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed