Re: [ath9k-devel] ath9k WPA2-PEAP MSCHAPV2 Connectivity issue

2013-09-11 Thread James Hogan
On 09/10/2013 09:53 PM, Sujith Manoharan wrote: > James Hogan wrote: >> I am happy to try to provide you all with as much information as you >> guys need and I appreciate your help. I tool your suggestion and set up >> wpa_supplicant with debugging and I posted the output online at >> http://bpaste

Re: [ath9k-devel] Ath9k driver question

2013-09-11 Thread Adrian Chadd
Hi, The AR9300 introduced "enterprise features". I _think_ half/quarter rate operation is one of those enterprise features. However, I don't know if it's a software or a hardware enforced thing. If your NIC doesn't support the half/quarter rate enterprise feature then I think you're SoL. You may

[ath9k-devel] [PATCH 1/1] net: ath9k: Use NULL instead of false

2013-09-11 Thread Sachin Kamat
The function returns a pointer. Hence return NULL instead of false. Signed-off-by: Sachin Kamat --- drivers/net/wireless/ath/ath9k/dfs_pri_detector.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath9k/dfs_pri_detector.c b/drivers/net/wireless/a