From: Vasanthakumar Thiagarajan Date: Thu, 21 Apr 2011 13:03:27 +0000 (+0530) Subject: ath9k: Fix bug in configuring hw timer X-Git-Tag: v3.0-rc1~377^2~161^2^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=788f6875fcf5d2bce221fbfd2318ac48df299031;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed