[ath9k-devel] ar9390 failing AGC calibration on powerpc platform

2011-11-29 Thread wireless newbie
Hi, I have been trying to get my ar9390 based wlan module to work as an AP on my powerpc target. There seems to be some issues with AGC calibration though. As soon as I start hostapd, I get the following: ath9k :01:00.0: mon.wlan0: Features changed: 0x4800 - 0x4000 ath: Unable to

[ath9k-devel] About ieee80211.h

2011-11-29 Thread Cheung Hiu Fung
Hi all, I have some question related to defined value. In ieee80211.h there is #define IEEE80211_QOS_CTL_ACK_POLICY_NORMAL 0x #define IEEE80211_QOS_CTL_ACK_POLICY_NOACK 0x0020 #define IEEE80211_QOS_CTL_ACK_POLICY_NO_EXPL0x0040 #define IEEE80211_QOS_CTL_ACK_POLICY_BLOCKACK

Re: [ath9k-devel] Re : Sinding A-MPDU

2011-11-29 Thread Adrian Chadd
.. hm. If edma is true, then you're using an AR9300 or later series NIC. I have no idea (yet) about how the EDMA stuff works for the AR9300 and later MAC/PCU. Sorry. :) MPDUs aren't delivered to the hardware at transmission time. They're delivered before the transmission time. Otherwise

[ath9k-devel] [RFC] ath9k: validate for non-zero BSSID

2011-11-29 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com before concluding that the recieved beacon is for us, let us make sure that the BSSID is non-zero. Signed-off-by: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com --- drivers/net/wireless/ath/ath9k/recv.c |1 + 1 files changed, 1

[ath9k-devel] [PATCH] ath9k: Fix LED GPIO pin for AR9462

2011-11-29 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com GPIO pin 4 is assigned AR9462 chipsets LED. while GPIO pin 0 worked for obselete AR9462 chipsets though they are meant for EEPROM as per Russell Cc: Senthil Balasubramanian senth...@qca.qualcomm.com Signed-off-by: Russell Hu

Re: [ath9k-devel] Stuck TX DMA

2011-11-29 Thread Peter Stuge
Adrian Chadd wrote: * wait for the TX DMA to complete (and hope it does, rather than get stuck); Under what circumstances does DMA typically get stuck in your experience? //Peter ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

Re: [ath9k-devel] [RFC] ath9k: validate for non-zero BSSID

2011-11-29 Thread Peter Stuge
Mohammed Shafi Shajakhan wrote: before concluding that the recieved beacon is for us, let us make sure that the BSSID is non-zero. Under what circumstances would the BSSID be zero? //Peter ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

Re: [ath9k-devel] Stuck TX DMA

2011-11-29 Thread Adrian Chadd
On 30 November 2011 10:35, Peter Stuge pe...@stuge.se wrote: Adrian Chadd wrote: * wait for the TX DMA to complete (and hope it does, rather than get stuck); Under what circumstances does DMA typically get stuck in your experience? On FreeBSD? I only get that when doing channel scans. I

Re: [ath9k-devel] [RFC] ath9k: validate for non-zero BSSID

2011-11-29 Thread Mohammed Shafi Shajakhan
Hi Peter, On Wednesday 30 November 2011 08:06 AM, Peter Stuge wrote: Mohammed Shafi Shajakhan wrote: before concluding that the recieved beacon is for us, let us make sure that the BSSID is non-zero. Under what circumstances would the BSSID be zero? //Peter unassociated state for

Re: [ath9k-devel] [RFC] ath9k: validate for non-zero BSSID

2011-11-29 Thread Kalle Valo
Mohammed Shafi Shajakhan moham...@qca.qualcomm.com writes: unassociated state for station. but I observed this when i tested ad-hoc mode. I just started an ad-hoc mode creator and left it for some time with no one joining. i observed there are few frames in rx_tasklet of ath9k driver which

Re: [ath9k-devel] [RFC] ath9k: validate for non-zero BSSID

2011-11-29 Thread Mohammed Shafi Shajakhan
On Wednesday 30 November 2011 12:17 PM, Kalle Valo wrote: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com writes: unassociated state for station. but I observed this when i tested ad-hoc mode. I just started an ad-hoc mode creator and left it for some time with no one joining. i observed