Re: [ath9k-devel] [PATCH 1/2] ath9k_htc: Dump base eeprom header for UB91/94/95

2011-04-28 Thread Adrian Chadd
On 29 April 2011 09:19, Sujith wrote: > And BSD ? BSD is dead. Adrian is just deluded. :-) I know. There's even a commit to ath9k from me that obviously indicates that. :) But in all seriousness, I just wrote a few tools for BSD that: * take a dump of the EEPROM via the HAL diag API and write

Re: [ath9k-devel] [PATCH 1/2] ath9k_htc: Dump base eeprom header for UB91/94/95

2011-04-28 Thread Sujith
Christian Lamparter wrote: > On Thursday 28 April 2011 10:58:33 Sujith wrote: > > From: Sujith Manoharan > > > > Debugfs file location: /ieee80211/phy#/ath9k_htc/base_eeprom > > > If you just want to dump the eeprom, then why not with a userspace utility? > It's pretty easy to write such a thing

Re: [ath9k-devel] [PATCH 1/2] ath9k_htc: Dump base eeprom header for UB91/94/95

2011-04-28 Thread Adrian Chadd
On 29 April 2011 07:16, Christian Lamparter wrote: > If you just want to dump the eeprom, then why not with a userspace utility? > It's pretty easy to write such a thing with libusb, furthermore it's more > versatile and portable so the *BSD-folks are not left out! I've written a replacement set

Re: [ath9k-devel] [PATCH 1/2] ath9k_htc: Dump base eeprom header for UB91/94/95

2011-04-28 Thread Christian Lamparter
On Thursday 28 April 2011 10:58:33 Sujith wrote: > From: Sujith Manoharan > > Debugfs file location: /ieee80211/phy#/ath9k_htc/base_eeprom > If you just want to dump the eeprom, then why not with a userspace utility? It's pretty easy to write such a thing with libusb, furthermore it's more versa

[ath9k-devel] Different frame aggregation size per station?

2011-04-28 Thread Lito Kriara
Hello again! I would like to know if it is possible to set a different frame aggregation size for every station connected to the same AP. Is that possible, or the frame aggregation size is the same for all nodes connected to a specific AP? Thank you very much! Lito -- The University of Edi

Re: [ath9k-devel] How to initialize net_device structure type

2011-04-28 Thread Mohammed Shafi
On Thu, Apr 28, 2011 at 8:43 PM, Serene Gud wrote: > Hi all, > > I am trying to make some function calls in net/mac80211/main.c which > involve the net_device struct as one parameter, but I am unable to pass any > arguments for it. > > Can anybody suggest me how to initialize struct net_Device *d

[ath9k-devel] How to initialize net_device structure type

2011-04-28 Thread Serene Gud
Hi all, I am trying to make some function calls in net/mac80211/main.c which involve the net_device struct as one parameter, but I am unable to pass any arguments for it. Can anybody suggest me how to initialize struct net_Device *dev? Thanks, -Serene __

[ath9k-devel] [PATCH] ath9k_htc: Revamp LED management

2011-04-28 Thread Sujith
From: Sujith Manoharan Remove all the convoluted hacks in the driver and simplify things by making use of mac80211's LED triggers. Signed-off-by: Sujith Manoharan --- drivers/net/wireless/ath/ath9k/htc.h | 65 - drivers/net/wireless/ath/ath9k/htc_drv_gpio.c | 188 --

[ath9k-devel] [PATCH] ath9k/rc.c: Change poll-interval to 2000 in ath9k-ratetables

2011-04-28 Thread Andreas Hofmann
Signed-off-by: Andreas Hofmann --- drivers/net/wireless/ath/ath9k/rc.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/rc.c b/drivers/net/wireless/ath/ath9k/rc.c index 4c0d36a..0fce735 100644 --- a/drivers/net/wireless/ath/ath9k/rc.c +

[ath9k-devel] [PATCH/RFC] ath9k PER/ratecontrol

2011-04-28 Thread Andreas Hofmann
Hello folks, I am currently running wireless video transmissions over RTP, using 2 embedded linux devices with kernel 2.6.37 and AR9280 wireless-cards. The link was not reliable enough and I found out that a small change to the ratecontrol-algorithm improves the situation. Now I want to notice ot

[ath9k-devel] [PATCH 1/2] ath9k_htc: Dump base eeprom header for UB91/94/95

2011-04-28 Thread Sujith
From: Sujith Manoharan Debugfs file location: /ieee80211/phy#/ath9k_htc/base_eeprom Signed-off-by: Sujith Manoharan --- drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 170 ++- 1 files changed, 162 insertions(+), 8 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k

[ath9k-devel] [PATCH 2/2] ath9k_htc: Dump modal eeprom header for UB91/94/95

2011-04-28 Thread Sujith
From: Sujith Manoharan Debugfs file location: /ieee80211/phy#/ath9k_htc/modal_eeprom Signed-off-by: Sujith Manoharan --- drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 283 1 files changed, 283 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath