commit | 8eb1dabbd10e067cff671935d3e0c819f8e80d54 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Fri Oct 15 20:03:32 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 09 16:13:25 2010 -0500 |
tree | 236bc3b2cc7b2e91bb19a2603f788fe1d42984bf | |
parent | 9fa23e1741404207c414fad69212a8763c138bf0 [diff] |
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 <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>