Re: [ath5k-devel] [PATCH] ath5k: fix TSF reset

2010-02-24 Thread Luis R. Rodriguez
On Tue, Feb 23, 2010 at 05:21:38PM -0800, Bruno Randolf wrote: On Wednesday 24 February 2010 04:49:02 Luis R. Rodriguez wrote: On Tue, Feb 23, 2010 at 1:28 AM, Bruno Randolf b...@einfach.org wrote: to reset the TSF, AR5K_BEACON_RESET_TSF has to be 1, not 0. also we have a function for

[ath5k-devel] [PATCH] ath5k: fix TSF reset

2010-02-23 Thread Bruno Randolf
to reset the TSF, AR5K_BEACON_RESET_TSF has to be 1, not 0. also we have a function for that so use it. Signed-off-by: Bruno Randolf b...@einfach.org --- drivers/net/wireless/ath/ath5k/reset.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git

Re: [ath5k-devel] [PATCH] ath5k: fix TSF reset

2010-02-23 Thread Bruno Randolf
On Wednesday 24 February 2010 04:49:02 Luis R. Rodriguez wrote: On Tue, Feb 23, 2010 at 1:28 AM, Bruno Randolf b...@einfach.org wrote: to reset the TSF, AR5K_BEACON_RESET_TSF has to be 1, not 0. also we have a function for that so use it. Signed-off-by: Bruno Randolf b...@einfach.org