Re: [ath9k-devel] Can't associate with a particular AP

2011-10-03 Thread Mohammed Shafi
On Mon, Oct 3, 2011 at 10:06 PM, Julien Valroff wrote: > [ please CC me when replying, I am not subscribed to the list ] > > Hi, > > I have recently purchased a new laptop (Asus X93S) with an Atheros AR9285 > wireless chip which obviously uses the ath9k module. > > When connecting to the AP of my

Re: [ath9k-devel] [RFC 5/6] ath9k: enable DFS pulse detection

2011-10-03 Thread Christian Lamparter
On Monday, October 03, 2011 08:27:39 PM Luis R. Rodriguez wrote: > On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi > wrote: > > > > Signed-off-by: Zefir Kurtisi > > --- > > drivers/net/wireless/ath/ath9k/main.c | 12 > > 1 files changed, 12 insertions(+), 0 deletions(-) > > > > dif

Re: [ath9k-devel] [RFC 5/6] ath9k: enable DFS pulse detection

2011-10-03 Thread Luis R. Rodriguez
On Mon, Oct 3, 2011 at 12:24 PM, Christian Lamparter wrote: > On Monday, October 03, 2011 08:27:39 PM Luis R. Rodriguez wrote: >> On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi >> wrote: >> > >> > Signed-off-by: Zefir Kurtisi >> > --- >> >  drivers/net/wireless/ath/ath9k/main.c |   12 ++

Re: [ath9k-devel] [RFC 6/6] ath9k: handle pulse data reported by DFS HW

2011-10-03 Thread Luis R. Rodriguez
On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi wrote: > Note: calculation of mactime had to be shifted before > ath9k_rx_skb_preprocess() since it is used to time-stamp the > radar pulse. Do this in a separate patch and provide a valid commit log here of what the addition actually does. As I see i

Re: [ath9k-devel] [RFC 2/6] ath9k: add DFS debug flag

2011-10-03 Thread Luis R. Rodriguez
On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi wrote: > > Signed-off-by: Zefir Kurtisi > --- >  drivers/net/wireless/ath/ath.h |   34 ++ >  1 files changed, 18 insertions(+), 16 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/

Re: [ath9k-devel] [RFC 1/6] ath9k: add DFS statistics to debugfs

2011-10-03 Thread Luis R. Rodriguez
On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi wrote: > > Signed-off-by: Zefir Kurtisi > --- >  drivers/net/wireless/ath/ath9k/debug.c |   51 > >  drivers/net/wireless/ath/ath9k/debug.h |   29 ++ >  2 files changed, 80 insertions(+), 0 deletions(-)

Re: [ath9k-devel] [RFC 4/6] ath9k: add DFS build parameter

2011-10-03 Thread Luis R. Rodriguez
On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi wrote: > > Signed-off-by: Zefir Kurtisi > --- >  drivers/net/wireless/ath/ath9k/Kconfig  |    7 +++ >  drivers/net/wireless/ath/ath9k/Makefile |    2 ++ >  2 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/wireless/ath/

Re: [ath9k-devel] [RFC 5/6] ath9k: enable DFS pulse detection

2011-10-03 Thread Luis R. Rodriguez
On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi wrote: > > Signed-off-by: Zefir Kurtisi > --- >  drivers/net/wireless/ath/ath9k/main.c |   12 >  1 files changed, 12 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath9k/main.c > b/drivers/net/wireless/ath/ath9k/

[ath9k-devel] Can't associate with a particular AP

2011-10-03 Thread Julien Valroff
[ please CC me when replying, I am not subscribed to the list ] Hi, I have recently purchased a new laptop (Asus X93S) with an Atheros AR9285 wireless chip which obviously uses the ath9k module. When connecting to the AP of my router, everything works as expected provided no other PC has already

Re: [ath9k-devel] [RFC 3/6] ath9k: initial radar pulse detection for DFS

2011-10-03 Thread Adrian Chadd
On 3 October 2011 22:21, Zefir Kurtisi wrote: > Most probably it'll end being added to the lengthy TODO list. :) No worries. I've just added the freebsd version of this to FreeBSD-HEAD. I'll add in the duration calculation function soon. Now all we need is an ISC/GPL dual licenced packet class

Re: [ath9k-devel] [RFC 3/6] ath9k: initial radar pulse detection for DFS

2011-10-03 Thread Zefir Kurtisi
On 10/03/2011 02:43 PM, Adrian Chadd wrote: > On 3 October 2011 20:23, Zefir Kurtisi wrote: > >> There might be one, but I left it out (for now) for the sake of simplicity. >> >> I anyhow doubt it has a practical relevance, since the pulse width is >> reported with usec granularity and therefore

[ath9k-devel] AR9285 and Thompson TG585 v8 connection problems

2011-10-03 Thread David Summers
Hi, I'm having problems connecting my computer through wireless. My computer has an AR9285 card, its running Ubuntu 11.04 amd64 - but I've upgraded ath9k to the snapshot of compat-wireless-2011-8-27 I'm connecting to a Thomson TG585 v8 router, running 8.2.7.8 software. Now whilst I can see the

Re: [ath9k-devel] [RFC 3/6] ath9k: initial radar pulse detection for DFS

2011-10-03 Thread Adrian Chadd
On 3 October 2011 20:23, Zefir Kurtisi wrote: > There might be one, but I left it out (for now) for the sake of simplicity. > > I anyhow doubt it has a practical relevance, since the pulse width is > reported with usec granularity and therefore a scaling factor of 1/811 vs. > 1/800 has no impac

Re: [ath9k-devel] [RFC 3/6] ath9k: initial radar pulse detection for DFS

2011-10-03 Thread Zefir Kurtisi
On 10/03/2011 01:57 PM, Adrian Chadd wrote: > Just out of curiousity, is there any "fast clock" on or off with the AR93xx ? > > (That's one of the gotchas I came across when porting DFS code to > FreeBSD for the AR9160/AR9280.) > > Thanks, > > > Adrian There might be one, but I left it out (fo

Re: [ath9k-devel] [RFC 3/6] ath9k: initial radar pulse detection for DFS

2011-10-03 Thread Adrian Chadd
Just out of curiousity, is there any "fast clock" on or off with the AR93xx ? (That's one of the gotchas I came across when porting DFS code to FreeBSD for the AR9160/AR9280.) Thanks, Adrian ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org htt

[ath9k-devel] [RFC 6/6] ath9k: handle pulse data reported by DFS HW

2011-10-03 Thread Zefir Kurtisi
Note: calculation of mactime had to be shifted before ath9k_rx_skb_preprocess() since it is used to time-stamp the radar pulse. Signed-off-by: Zefir Kurtisi --- drivers/net/wireless/ath/ath9k/recv.c | 22 +- 1 files changed, 17 insertions(+), 5 deletions(-) diff --git a/dr

[ath9k-devel] [RFC 1/6] ath9k: add DFS statistics to debugfs

2011-10-03 Thread Zefir Kurtisi
Signed-off-by: Zefir Kurtisi --- drivers/net/wireless/ath/ath9k/debug.c | 51 drivers/net/wireless/ath/ath9k/debug.h | 29 ++ 2 files changed, 80 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/debug.c b/drivers/net

[ath9k-devel] [RFC 3/6] ath9k: initial radar pulse detection for DFS

2011-10-03 Thread Zefir Kurtisi
This initial DFS module provides basic functionality to deal with radar pulses reported by the DFS HW pattern detector. It is based on Atheros proprietary driver sources with the core functionality ported to ath9k to inspect pulse data and perform plausibility checks to filter false pulses. The n

[ath9k-devel] [RFC 4/6] ath9k: add DFS build parameter

2011-10-03 Thread Zefir Kurtisi
Signed-off-by: Zefir Kurtisi --- drivers/net/wireless/ath/ath9k/Kconfig |7 +++ drivers/net/wireless/ath/ath9k/Makefile |2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig index d9c08c

[ath9k-devel] [RFC 5/6] ath9k: enable DFS pulse detection

2011-10-03 Thread Zefir Kurtisi
Signed-off-by: Zefir Kurtisi --- drivers/net/wireless/ath/ath9k/main.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index e8aeb98..5defebe 100644 --- a/drivers/net/wireless/ath/

[ath9k-devel] [RFC 2/6] ath9k: add DFS debug flag

2011-10-03 Thread Zefir Kurtisi
Signed-off-by: Zefir Kurtisi --- drivers/net/wireless/ath/ath.h | 34 ++ 1 files changed, 18 insertions(+), 16 deletions(-) diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index 6d56532..34d4da1 100644 --- a/drivers/net/wireless/ath

[ath9k-devel] [RFC 0/6] ath9k: DFS pattern detection

2011-10-03 Thread Zefir Kurtisi
(now with patches ;)) This patch series proposes DFS pattern detection for ath9k. With the source code for the proprietary wireless driver provided by Atheros, the basic functionality to inspect radar pulses detected by the HW and to post-filter false pulses has been re-implemented for ath9k.

[ath9k-devel] [RFC 0/6] ath9k: DFS pattern detection

2011-10-03 Thread Zefir Kurtisi
This patch series proposes DFS pattern detection for ath9k. With the source code for the proprietary wireless driver provided by Atheros, the basic functionality to inspect radar pulses detected by the HW and to post-filter false pulses has been re-implemented for ath9k. Zefir Kurtisi (6): a