From: Felix Fietkau Date: Thu, 1 Jul 2010 22:09:52 +0000 (+0200) Subject: ath9k: fix false positives in the baseband hang check X-Git-Tag: v2.6.36-rc1~571^2~107^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347809fc2c99da5b89f1c014f3e5a0f85c04803c;p=pandora-kernel.git ath9k: fix false positives in the baseband hang check ath9k_hw_check_alive() occasionally returns false, as the hardware is still processing data in a specific state. Fix this issue by repeating the test a few times with longer delay inbetween attempts. This gets rid of excessive hardware resets that appear frequently on some AR9132 based devices, but could also happen on AR9280. 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