]> git.baikalelectronics.ru Git - kernel.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)
commit48a1e9d51c7ac65b451bf6eebc2bf0df42dbcfcc
tree933972db0fd520038b5e49701d2f2571e138b3c4
parent3ebd801cafb1d7d02c4ff0661ff01841250c553a
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