Re: [ath5k-devel] 2425 tests

2008-07-17 Thread jeff
Nick Kossifidis wrote: > I uploaded a compat-wireless snapshot with only ath5k enabled... > http://www.kernel.org/pub/linux/kernel/people/mickflemm/compat-wireless-2008-07-03-ath5k.tar.bz2 > > Check it out and see how it goes ;-) Woo hoo! Working for me on my eeepc 900 :) Thank you so much. /

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Pavel Roskin
Quoting Thomas Klute <[EMAIL PROTECTED]>: > I didn't do any real perfomance testing, but it seems good enough for > daily use to me. :-) I confirm that it's working for me. That's an abit PCIe card. Scanning is working. WPA2 is working. Thank you!!! # lspci -vnn -d 168c: 03:00.0 Ethernet c

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Thomas Klute
> I uploaded a compat-wireless snapshot with only ath5k enabled... > http://www.kernel.org/pub/linux/kernel/people/mickflemm/compat-wireless-2008-07-03-ath5k.tar.bz2 > > Check it out and see how it goes ;-) Hi, this is working pretty good here. I tested station mode (including WPA2, WEP), monit

Re: [ath5k-devel] [Madwifi-devel] 5000 USD reward to who should help us! - Looking for support on the RF Registers of the Atheros AR5414

2008-07-17 Thread Louay Sakka
Dear Andrea, Normally in all Wireless products, there is the Wireless chipset like atheros, and there is the PA, PA is the power amplifier that take low signal from the wireless chipset and convert it to higher gain (Like SiGe for example) As I understand, the Atheros chipset have internal cl

Re: [ath5k-devel] [Madwifi-devel] 5000 USD reward to who should help us! - Looking for support on the RF Registers of the Atheros AR5414

2008-07-17 Thread Benoit PAPILLAULT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrea Tarasconi a écrit : | Dear Sir/Madam, | | even if we have an official TLA with Atheros, we cannot have the | needed support about few RF Register usage, so we are looking for | somebody giving us the needed support. | | What support we a

[ath5k-devel] [PATCH] ath5k: add Mesh Point support

2008-07-17 Thread Andrey Yurovsky
This enables draft-802.11s Mesh Point operation. For that we need mesh beaconing. Tested with AR5212/AR5213 PCI card against Zydas and b43 mesh nodes. Signed-off-by: Andrey Yurovsky <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c index

[ath5k-devel] [RFC PATCH] rates cleanup

2008-07-17 Thread Bruno Randolf
hi! this is just a preview and a RFC. i would like to know what you think about the general approach and will send a cleaned up version for final review later. i am trying to cleanup the rates structures for ath5k. there was a lot of useless junk and complication in the code which was not used.

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Frédéric Weisbecker
Yes I have the same problem. I think I found the origin. That's because wme_qdiscop_destroy in net/mac80211/wme.c passes a bad pointer in tcf_destroy_chain. It requires a struct tcf_proto **fl and not a struct tcf_proto *fl Here is a patch, I can't test it because my gcc segfaults but I think it w

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Frédéric Weisbecker
Ok I have tested with a sane kernel because mine was too old. It works perfectly, I'm posting in this list with ath5k and my AR5007EG. Good job Nick! If I see some bugs I will report it here. 2008/7/17 Nick Kossifidis <[EMAIL PROTECTED]>: > Compat wireless should work with any kernel > 2.6.22,

[ath5k-devel] [Fwd: [Madwifi-devel] 5000 USD reward to who should help us! - Looking for support on the RF Registers of the Atheros AR5414]

2008-07-17 Thread Michael Renzmann
Hi all. I guess this might be interesting for people here, too :) Bye, Mike Original Message Subject: [Madwifi-devel] 5000 USD reward to who should help us! - Looking for support on the RF Registers of the Atheros AR5414 From:"Andrea

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Alan Jenkins
Alan Jenkins wrote: > I downloaded Nicks snapshot > > > > and successfully compiled against v2.6.26. And it works! It's looking > up for my EeePC. > It panics if I unload it though. "Fatal exce

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Bob Copeland
On Wed, Jul 16, 2008 at 11:49 AM, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > It's ready ppl, just associated, everything seems to work ok. We still > have performance issues but it's normal (still no ANI/power table > calibration/minor rfregs additions) !! Still works fine for 5424 (didn't try w

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Alan Jenkins
I downloaded Nicks snapshot and successfully compiled against v2.6.26. And it works! It's looking up for my EeePC. Range seems to be reduced (relative to madwifi), but I can successfully connect

Re: [ath5k-devel] kernel crash - "rmmod ath5k"

2008-07-17 Thread devel
>Subject: Re: kernel crash - "rmmod ath5k" >From: Bruno Randolf > >have you seen the patches posted by jiri slaby to linux-wireless? >they fix some module unload problems: > >http://marc.info/?l=linux-wireless&m=121613706119023&w=2 >http://marc.info/?l=linux-wireless&m=121613706219031&w=2 > >bruno

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Glenn Saberton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Kossifidis wrote: > Compat wireless should work with any kernel > 2.6.22, i have 2.6.25 on > my laptop. > Hrm, nope. Fails eventually with struct ssb_bus having no member called sprom_mutex. My 2.6.25 kernel headers have struct pci_sprom_mutex an

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Glenn Saberton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Glenn Saberton wrote: > Nick Kossifidis wrote: >> Compat wireless should work with any kernel > 2.6.22, i have 2.6.25 on >> my laptop. > >> 2008/7/17 Frédéric Weisbecker <[EMAIL PROTECTED]>: >>> Good news! :-) >>> >>> I have some troubles to build it.

Re: [ath5k-devel] 2425 tests

2008-07-17 Thread Glenn Saberton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Kossifidis wrote: > Compat wireless should work with any kernel > 2.6.22, i have 2.6.25 on > my laptop. > > 2008/7/17 Frédéric Weisbecker <[EMAIL PROTECTED]>: >> Good news! :-) >> >> I have some troubles to build it. Can you tell me which kernel