From: Felix Fietkau Date: Wed, 30 Jun 2010 00:07:48 +0000 (+0200) Subject: ath9k: fix TSF after reset on AR913x X-Git-Tag: v2.6.36-rc1~571^2~385^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f860d526eb2939a1c37128900b5af2b6f3ff7f20;p=pandora-kernel.git ath9k: fix TSF after reset on AR913x When issuing a reset, the TSF value is lost in the hardware because of the 913x specific cold reset. As with some AR9280 cards, the TSF needs to be preserved in software here. Additionally, there's an issue that frequently prevents a successful TSF write directly after the chip reset. In this case, repeating the TSF write after the initval-writes usually works. This patch detects failed TSF writes and recovers from them, taking into account the delay caused by the initval writes. Signed-off-by: Felix Fietkau Reported-by: Björn Smedman Cc: stable@kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed