From: Felix Fietkau Date: Fri, 15 Oct 2010 18:03:32 +0000 (+0200) Subject: ath9k: remove a redundant call to ath9k_hw_gettsf32 X-Git-Tag: v2.6.38-rc1~476^2~558^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb1dabbd10e067cff671935d3e0c819f8e80d54;p=pandora-kernel.git ath9k: remove a redundant call to ath9k_hw_gettsf32 When the timer_next argument to ath9k_gen_timer_start is behind the tsf value, tsf + timer_period is used, which is what ath_btcoex_period_timer was setting it to. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed