[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 0/3] ath5k antenna debugging and diversity settings

2010-02-23 Thread Luis R. Rodriguez
On Mon, Feb 22, 2010 at 08:43:56PM -0800, Bruno Randolf wrote: hi! since it has been a long time since i sent patches, these go first to ath5k-devel only for you to review. i have discovered that on 5414 chipsets sometimes the performance is bad because of wrong antenna diversity

Re: [ath5k-devel] [PATCH 1/3] ath5k: remove stale function declarations, make some functions static

2010-02-23 Thread Pavel Roskin
On Sat, 2010-02-20 at 10:30 -0500, Bob Copeland wrote: On Fri, Feb 19, 2010 at 6:15 PM, Pavel Roskin pro...@gnu.org wrote: On Fri, 2010-02-19 at 08:44 -0500, John W. Linville wrote: On Thu, Feb 18, 2010 at 08:28:02PM -0500, Pavel Roskin wrote: Any reason not to just remove those functions

Re: [ath5k-devel] [PATCH 1/3] ath5k: remove stale function declarations, make some functions static

2010-02-23 Thread Bob Copeland
On Tue, Feb 23, 2010 at 3:17 PM, Pavel Roskin pro...@gnu.org wrote: Maybe one or two functions are waiting on an API in the stack to be useful (e.g. antenna stuff), but we can always get these routines back from git history if need be. I see you are doing that work already, so please just

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