[ath9k-devel] how to get complete transmit statistics from Wireless driver/mac80211

2012-10-31 Thread abhinav narain
hi, I am trying to find out a way to get the transmit rate of each packet sent out on wireless interface, is there something i can do to put some hooks in the tx path in mac80211 and extract all the info using /proc ? I am using ath9k device driver .. Similarly, rx will also be fine. I am not

Re: [ath9k-devel] how to get complete transmit statistics from Wireless driver/mac80211

2012-10-31 Thread Adrian Chadd
On 30 October 2012 23:43, abhinav narain abhinavnarai...@gmail.com wrote: hi, I am trying to find out a way to get the transmit rate of each packet sent out on wireless interface, is there something i can do to put some hooks in the tx path in mac80211 and extract all the info using /proc ?

[ath9k-devel] does our driver support wirless Roaming

2012-10-31 Thread Ocean Su
Hi ath9k team: My I ask does our driver support wireless roaming. Which means , multi AP share one SSID. I think it should be ESSID. When on client walk from one AP to another, the client don't need to connect to the AP again. Does we support it ? I see the code describe this

Re: [ath9k-devel] does our driver support wirless Roaming

2012-10-31 Thread Holger Schurig
Hi Ocian Su ! Welcome to the world of mailing lists. Two tips and two answers for you: a) don't reply to public mailing lists quoting the full contents of the message. You resent 5 unrelated messages that have nothing to do with roaming. b) don't reply when you want to start a new topic, use

Re: [ath9k-devel] [PATCH] ath9k: apply coverage class on slottime too

2012-10-31 Thread Mathias Kretschmer
On 10/30/2012 02:24 PM, Felix Fietkau wrote: On 2012-10-30 2:00 PM, Mathias Kretschmer wrote: On 10/30/2012 01:43 PM, Felix Fietkau wrote: On 2012-10-30 1:07 PM, Simon Wunderlich wrote: From: Mathias Kretschmer mathias.kretsch...@fokus.fraunhofer.de According to 802.11-2007 17.3.8.6 (slot

[ath9k-devel] [PATCH] ath9k: fix memory leak in DFS pattern detector

2012-10-31 Thread Zefir Kurtisi
Free instance of pattern detector if requested DFS domain is not supported. Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- .../net/wireless/ath/ath9k/dfs_pattern_detector.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[ath9k-devel] [PATCH] ath9k: [DFS] add pulse width tolerance for ETSI

2012-10-31 Thread Zefir Kurtisi
Add 5% width tolerance for radar patterns defined by ETSI. Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- .../net/wireless/ath/ath9k/dfs_pattern_detector.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git

[ath9k-devel] [PATCH] ath9k: resolve name collision in DFS detector

2012-10-31 Thread Zefir Kurtisi
set_domain() is already defined in /arch/arm/asm/domain.h Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- .../net/wireless/ath/ath9k/dfs_pattern_detector.c |4 ++-- .../net/wireless/ath/ath9k/dfs_pattern_detector.h |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)

Re: [ath9k-devel] [PATCH] ath9k: [DFS] add pulse width tolerance for ETSI

2012-10-31 Thread Hauke Mehrtens
On 10/31/2012 12:23 PM, Zefir Kurtisi wrote: Add 5% width tolerance for radar patterns defined by ETSI. Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- .../net/wireless/ath/ath9k/dfs_pattern_detector.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff

Re: [ath9k-devel] [PATCH] ath9k: [DFS] add pulse width tolerance for ETSI

2012-10-31 Thread Felix Fietkau
On 2012-10-31 2:32 PM, Hauke Mehrtens wrote: On 10/31/2012 12:23 PM, Zefir Kurtisi wrote: Add 5% width tolerance for radar patterns defined by ETSI. Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- .../net/wireless/ath/ath9k/dfs_pattern_detector.c |7 ++- 1 files

Re: [ath9k-devel] [PATCH] ath9k: [DFS] add pulse width tolerance for ETSI

2012-10-31 Thread Zefir Kurtisi
On 10/31/2012 02:32 PM, Hauke Mehrtens wrote: On 10/31/2012 12:23 PM, Zefir Kurtisi wrote: Add 5% width tolerance for radar patterns defined by ETSI. Signed-off-by: Zefir Kurtisi zefir.kurt...@neratec.com --- .../net/wireless/ath/ath9k/dfs_pattern_detector.c |7 ++- 1 files