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

2011-10-04 Thread Zefir Kurtisi
On 10/03/2011 08:14 PM, Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- drivers/net/wireless/ath/ath9k/debug.c | 51

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

2011-10-04 Thread Zefir Kurtisi
On 10/03/2011 08:15 PM, Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- drivers/net/wireless/ath/ath.h | 34 ++ 1 files changed, 18

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

2011-10-04 Thread Mohammed Shafi
On Tue, Oct 4, 2011 at 2:01 PM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: On 10/03/2011 08:15 PM, Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com ---  

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

2011-10-04 Thread Zefir Kurtisi
On 10/03/2011 08:26 PM, Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- drivers/net/wireless/ath/ath9k/Kconfig |7 +++ drivers/net/wireless/ath/ath9k/Makefile |2

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

2011-10-04 Thread Zefir Kurtisi
On 10/03/2011 08:27 PM, Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisi zefir.kurt...@neratec.com wrote: Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- drivers/net/wireless/ath/ath9k/main.c | 12 1 files changed, 12 insertions(+), 0

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

2011-10-04 Thread Felix Fietkau
On 2011-10-04 11:55 AM, Zefir Kurtisi wrote: On 10/03/2011 08:26 PM, Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 3:29 AM, Zefir Kurtisizefir.kurt...@neratec.com wrote: Signed-off-by: Zefir Kurtisizefir.kurt...@neratec.com --- drivers/net/wireless/ath/ath9k/Kconfig |7 +++

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

2011-10-04 Thread Adrian Chadd
.. ditto for FreeBSD. I'm hoping we can both leverage the same shared radar classification modules with little changes needed in code. I'd like this to work for at least AR9280. Adrian ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

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

2011-10-04 Thread Christian Lamparter
On Monday, October 03, 2011 09:31:12 PM Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 12:24 PM, Christian Lamparter chunk...@googlemail.com 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 zefir.kurt...@neratec.com

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

2011-10-04 Thread Zefir Kurtisi
On 10/04/2011 03:38 PM, Christian Lamparter wrote: On Monday, October 03, 2011 09:31:12 PM Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 12:24 PM, Christian Lamparter chunk...@googlemail.com wrote: On Monday, October 03, 2011 08:27:39 PM Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 3:29

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

2011-10-04 Thread Christian Lamparter
On Tuesday, October 04, 2011 04:17:35 PM Zefir Kurtisi wrote: On 10/04/2011 03:38 PM, Christian Lamparter wrote: On Monday, October 03, 2011 09:31:12 PM Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 12:24 PM, Christian Lamparter chunk...@googlemail.com wrote: On Monday, October 03, 2011

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

2011-10-04 Thread Adrian Chadd
Also whilst I'm at it, SPECTRUM_MANAGEMENT is a very broad flag to set. For example: you may not want to do DFS on the AR5416 NICs because (as documented in the open hal and earlier ath9k bits) there isn't support for radar pulses on the ext channel. So even if you had a successful DFS algorithm

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

2011-10-04 Thread Adrian Chadd
On 4 October 2011 23:26, Christian Lamparter chunk...@googlemail.com wrote: On Tuesday, October 04, 2011 04:50:42 PM Adrian Chadd wrote: Also whilst I'm at it, SPECTRUM_MANAGEMENT is a very broad flag to set. Hm, 802.11-2007 5.4.4 Spectrum management services explicitly mentions that both

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

2011-10-04 Thread Zefir Kurtisi
On 10/04/2011 04:42 PM, Christian Lamparter wrote: On Tuesday, October 04, 2011 04:17:35 PM Zefir Kurtisi wrote: On 10/04/2011 03:38 PM, Christian Lamparter wrote: On Monday, October 03, 2011 09:31:12 PM Luis R. Rodriguez wrote: On Mon, Oct 3, 2011 at 12:24 PM, Christian Lamparter

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

2011-10-04 Thread Adrian Chadd
Nope, what I'm saying is that someone's likely just copy/paste'd the we support x and y! from some marketing material and then suggested people use linux/openwrt/ath9k without really looking at it. There were plenty of people advertising the AR9160 as a 3x3 MIMO when it's a 2x2 stream device with

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

2011-10-04 Thread Christian Lamparter
On Tuesday, October 04, 2011 07:03:10 PM Adrian Chadd wrote: Nope, what I'm saying is that someone's likely just copy/paste'd the we support x and y! from some marketing material and then suggested people use linux/openwrt/ath9k without really looking at it. I'm still curious how they got the

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

2011-10-04 Thread Julien Valroff
Hi Mohammed, Le mardi 04 oct. 2011 à 07:46:58 (+0200 CEST), Mohammed Shafi a écrit : On Mon, Oct 3, 2011 at 10:06 PM, Julien Valroff jul...@kirya.net 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

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

2011-10-04 Thread Julien Valroff
Le mardi 04 oct. 2011 à 20:35:14 (+0200 CEST), Julien Valroff a écrit : Hi Mohammed, Le mardi 04 oct. 2011 à 07:46:58 (+0200 CEST), Mohammed Shafi a écrit : On Mon, Oct 3, 2011 at 10:06 PM, Julien Valroff jul...@kirya.net wrote: [ please CC me when replying, I am not subscribed to the