[ath9k-devel] how to enable 5MHz channel step

2012-05-08 Thread Abdel-Latif Alshalalfah
Hi all, I want to enable the 5MHz channel step, i.e. I want to use channel 37 etc.., in the 5GHz band, but I don't know which part of the code can this be done? Regards, Abdel-Latif ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

Re: [ath9k-devel] [PATCH] ath9k: Support ethtool getstats api.

2012-05-08 Thread Kalle Valo
Ben Greear gree...@candelatech.com writes: No, there is a check later that does a BUG_ON if our we have screwed up the indexing of the stats. Please, no BUG_ON() calls in wifi drivers. They just make users life miserable. WARN_ON() with a safe bailout is enough. -- Kalle Valo

Re: [ath9k-devel] Question about AR9380

2012-05-08 Thread Mohammed Shafi Shajakhan
Hi, i would just check with the internal guys and tell. as far i know antenna diversity related stuff is not there in AR9380. not sure how the theoretical http://www.edaboard.com/thread54187.html applies ccing list On Tuesday 08 May 2012 07:13 PM, Gustavo Fraidenraich wrote: Dear Mohammed

Re: [ath9k-devel] [PATCH] ath9k: Support ethtool getstats api.

2012-05-08 Thread Ben Greear
On 05/08/2012 12:55 AM, Kalle Valo wrote: Ben Greeargree...@candelatech.com writes: No, there is a check later that does a BUG_ON if our we have screwed up the indexing of the stats. Please, no BUG_ON() calls in wifi drivers. They just make users life miserable. WARN_ON() with a safe

Re: [ath9k-devel] [PATCH] ath9k: Support ethtool getstats api.

2012-05-08 Thread Joe Perches
On Tue, 2012-05-08 at 10:55 +0300, Kalle Valo wrote: Ben Greear gree...@candelatech.com writes: No, there is a check later that does a BUG_ON if our we have screwed up the indexing of the stats. Please, no BUG_ON() calls in wifi drivers. They just make users life miserable. WARN_ON()

Re: [ath9k-devel] how to enable 5MHz channel step

2012-05-08 Thread abhinav narain
You can dig into iw. It allows you to change channels using netlink sockets. -Abhinav On Tue, May 8, 2012 at 4:06 AM, Abdel-Latif Alshalalfah ashalal...@bluezonejordan.com wrote: Hi all, ** ** I want to enable the 5MHz channel step, i.e. I want to use channel 37 etc.., in the 5GHz