]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ath9k: fix TSF after reset on AR913x
authorFelix Fietkau <nbd@openwrt.org>
Wed, 30 Jun 2010 00:07:48 +0000 (02:07 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 18:09:19 +0000 (11:09 -0700)
commit98757bba345d5acde19e736023733cf130675998
tree9c12aefb252b0d607a3ee38da929b64b69f0f705
parent793efc368f083e58093fe88e4001375a38cc9a3e
ath9k: fix TSF after reset on AR913x

commit f860d526eb2939a1c37128900b5af2b6f3ff7f20 upstream.

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 <nbd@openwrt.org>
Reported-by: Björn Smedman <bjorn.smedman@venatech.se>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath/ath9k/hw.c