Re: [ath5k-devel] Ath5k and /proc/net/wireless

2009-04-07 Thread Tulio Magno Quites Machado Filho
On Apr 07 09 11:34, Ben Greear wrote: > Is /proc/net/wrireless supposed to show stats for ath5k > currently? I'm using a hacked-upon 2.6.29.1 kernel. I think so... > I'm looking for a way to probe the error counters that /proc/net/wireless > provided for madwifi (and probably others), such as nw

Re: [ath5k-devel] 2.6.29+ ath5k connect disconnect cycles?

2009-04-06 Thread Tulio Magno Quites Machado Filho
On Apr 06 09 10:55, Soeren Sonnenburg wrote: > does anyone else observer strange connect disconnect cycles with ath5k? > I have two different notebooks here one with an AR5414 and one with some > 2424 (?) chipset both having the same problems to connect... Hello Soeren, Is there any information f

Re: [ath5k-devel] [PATCH] ath5k: Support LED's on Acer Extensa 5620z

2009-03-23 Thread Tulio Magno Quites Machado Filho
On Mon, Mar 23, 2009 at 02:58:32PM -0400, Bob Copeland wrote: > I have another one to send, for the "Fukato Datacask Jupiter" but I > couldn't figure out who owns the subvendor ID (0x1a3b). I guess I'll > assume it is Fukato unless anyone knows a reliable source for looking > those up besides Goog

[ath5k-devel] [PATCH] ath5k: Support LED's on Acer Extensa 5620z

2009-03-21 Thread Tulio Magno Quites Machado Filho
Add vendor ID for Quanta Microsystems and update the led table with the reported device. Reported-by: Scott Barnes Signed-off-by: Tulio Magno Quites Machado Filho --- drivers/net/wireless/ath5k/led.c |2 ++ include/linux/pci_ids.h |2 ++ 2 files changed, 4 insertions(+), 0

Re: [ath5k-devel] Thanks for TX power patch

2009-03-11 Thread Tulio Magno Quites Machado Filho
On Wed, Mar 11, 2009 at 12:39 AM, Maxim Levitsky wrote: > If I unload/reload the ath5k, it seems to work. but at next suspend to > disk, once  system hung, other time it showed many panic, in something > related to page allocator (one even was in page_alloc_pages or so) I'm getting some Kernel oo

[ath5k-devel] Multiple deauthentication

2009-02-13 Thread Tulio Magno Quites Machado Filho
Hello, I'm getting some problems to connect in some rooms in my university. I can authenticate with my AP, but after a few minutes connected it's deautenticating. In dmesg I saw this: [ 433.768081] wlan0: direct probe to AP 00:12:44:ba:fe:d0 try 1 [ 433.968099] wlan0: direct probe to AP 00:12:

Re: [ath5k-devel] [PATCH] ath5k: separate noise floor calibration from I/Q calibration

2009-02-04 Thread Tulio Magno Quites Machado Filho
Kossifidis wrote: > 2009/2/4 Tulio Magno Quites Machado Filho : > > Separate both calibrations and call noise floor calibrations only when > > necessary. > > > > Signed-off-by: Tulio Magno Quites Machado Filho > > --- > > drivers/net/wireless/ath5k/base.c |

Re: [ath5k-devel] Separating noise floor calibration from I/Q calibration

2009-02-03 Thread Tulio Magno Quites Machado Filho
I forgot to say that everything is "Changes-licensed-under: 3-Clause-BSD" Sorry, -- Tulio Magno On Wed, Feb 4, 2009 at 1:30 AM, Tulio Magno Quites Machado Filho wrote: > Hello all, > > I've made a small patch today to change the way noise floor > calibration is ca

[ath5k-devel] Separating noise floor calibration from I/Q calibration

2009-02-03 Thread Tulio Magno Quites Machado Filho
Hello all, I've made a small patch today to change the way noise floor calibration is called. As I've read in the code, it was necessary to separate noise floor calibration from I/Q calibration and create a way to call noise floor calibration less times. I've made the changes based on legacy hal,

[ath5k-devel] [PATCH] ath5k: separate noise floor calibration from I/Q calibration

2009-02-03 Thread Tulio Magno Quites Machado Filho
Separate both calibrations and call noise floor calibrations only when necessary. Signed-off-by: Tulio Magno Quites Machado Filho --- drivers/net/wireless/ath5k/base.c |4 drivers/net/wireless/ath5k/phy.c |8 drivers/net/wireless/ath5k/reg.h |1 + 3 files changed, 5

[ath5k-devel] [PATCH] ath5k: Clean up ath5k_hw

2009-02-03 Thread Tulio Magno Quites Machado Filho
Suppression of unused ah_regdomain_hw and correction of ah_regdomain Signed-off-by: Tulio Magno Quites Machado Filho --- drivers/net/wireless/ath5k/ath5k.h |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath5k/ath5k.h b/drivers/net/wireless/ath5k

[ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebook

2009-01-25 Thread Tulio Magno Quites Machado Filho
Add vendor ID for AMBIT and use it to set the ath5k LED gpio. base.c: Changes-licensed-under: 3-Clause-BSD Signed-off-by: Tulio Magno Quites Machado Filho Acked-by: Bob Copeland --- v2: fixed order of pci_ids.h drivers/net/wireless/ath5k/base.c |8 ++-- include/linux/pci_ids.h

Re: [ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Tulio Magno Quites Machado Filho
On Sun, Jan 25, 2009 at 10:20 PM, Bob Copeland wrote: > Can you put the vendor id in order? The file is supposed to be > sorted by vendor id, then by device id in order to reduce merge > conflicts. Sorry... I haven't seen that. After the changes, should I submit them as a new mail? And to all li

[ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Tulio Magno Quites Machado Filho
Add vendor ID for AMBIT and use it to set the ath5k LED gpio. base.c: Changes-licensed-under: 3-Clause-BSD Signed-off-by: Tulio Magno Quites Machado Filho --- drivers/net/wireless/ath5k/base.c |8 ++-- include/linux/pci_ids.h |2 ++ 2 files changed, 8 insertions(+), 2

Re: [ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Tulio Magno Quites Machado Filho
Please, discard this patch. I'm going to resend it correcting the e-mail of linux-wireless mailing list. Sorry, -- Tulio Magno Tulio Magno Quites Machado Filho wrote: > Add vendor ID for AMBIT and use it to set the ath5k LED gpio. > > base.c: > Changes-licensed-under: 3-Clau

[ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Tulio Magno Quites Machado Filho
Add vendor ID for AMBIT and use it to set the ath5k LED gpio. base.c: Changes-licensed-under: 3-Clause-BSD Signed-off-by: Tulio Magno Quites Machado Filho --- drivers/net/wireless/ath5k/base.c |8 ++-- include/linux/pci_ids.h |2 ++ 2 files changed, 8 insertions(+), 2