]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ath9k: Fix bug in configuring hw timer
authorVasanthakumar Thiagarajan <vasanth@atheros.com>
Thu, 21 Apr 2011 13:03:27 +0000 (18:33 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 25 Apr 2011 18:50:16 +0000 (14:50 -0400)
commit788f6875fcf5d2bce221fbfd2318ac48df299031
tree933972db0fd520038b5e49701d2f2571e138b3c4
parentca45de77ad706e86b135b8564e21aa2c8a63f09b
ath9k: Fix bug in configuring hw timer

Hw next tigger time is configured as current_tsf + (timer_period * 10) which
is wrong, it should be current_tsf + timer_period. The wrong hw timer configuration
would cause btcoex related issues.

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/gpio.c
drivers/net/wireless/ath/ath9k/hw.c