[ath9k-devel] how to get mac addresses of rx crc errored frames using /proc interface and its associated stats

2012-10-31 Thread abhinav narain
hi, I wanted to know, where in the rx path ( in the monitor mode) in mac80211, can i hook some code to get all the packets *with* the mac addresses of the frames ? ieee80211_add_rx_radiotap_header() adds the radiotap header which can be received in the userland by raw socket, but I am looking fo

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

2012-10-31 Thread abhinav narain
Are you specifically talking about rc_stats characteristics ? http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/minstrel/ Though I have instrumented the rx path, but I don't find hooks in the path so that I can register stats for the received crc errored frames (and good on

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

2012-10-31 Thread Zefir Kurtisi
On 10/31/2012 02:57 PM, Felix Fietkau wrote: > 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 >>> --- >>> .../net/wireless/ath/ath9k/dfs_pattern_detect

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 >> --- >> .../net/wireless/ath/ath9k/dfs_pattern_detector.c |7 ++- >> 1 files changed, 6 insertio

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 >> --- >> .../net/wireless/ath/ath9k/dfs_pattern_detector.c |7 ++- >> 1 files changed, 6 insertio

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 > --- > .../net/wireless/ath/ath9k/dfs_pattern_detector.c |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/w

[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 --- .../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(-) diff --git a/drivers/net/wi

[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 --- .../net/wireless/ath/ath9k/dfs_pattern_detector.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/dfs_pattern_detector.c b/drivers/net/wirel

[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 --- .../net/wireless/ath/ath9k/dfs_pattern_detector.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/dfs_pattern_detector.c b/driver

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 According to 802.11-2007 17.3.8.6 (slot time), the slot time sh

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 the

[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 func