Re: [ath5k-devel] [PATCH 4/7] ath5k: Add SREV values for newer chips

2007-10-31 Thread Michael Renzmann
Hi. >> Nope but i believe that regdumps from them should give us something... > Yes, but its easier if we get you an BG card for testing purposes. > Anyone know where we can reliably purchase them from? I have to check first, but I think that we have received a b/g-only card from Compex as part o

Re: [ath5k-devel] [PATCH 0/7] ath5k: Few patches which start fixing G mode

2007-10-31 Thread Luis R. Rodriguez
On 11/1/07, Luis R. Rodriguez <[EMAIL PROTECTED]> wrote: > On Thu, Nov 01, 2007 at 12:31:57AM -0400, Luis R. Rodriguez wrote: > > Here are a few patches which start fixing G mode settings. > > Forgot to mention these depend on Nick's 1-7 series patches plus, > > [PATCH] ath5k: Remove fill_tx_desc >

Re: [ath5k-devel] [Madwifi-devel] MadWifi HAL register dumps - help reverse engineering

2007-10-31 Thread Pavel Roskin
On Wed, 2007-10-31 at 14:39 -0700, Daniel Wu wrote: > > > > > > The /proc/sys/dev/ath/debug and others are fine. > > > > Just yesterday, I committed a fix for sysctl for Linux 2.6.24-rc1. Are > > you running Linux 2.6.24-rc1 by any chance? Perhaps my sysctl patches > > should be propagated to oth

Re: [ath5k-devel] [Madwifi-devel] MadWifi HAL register dumps - help reverse engineering

2007-10-31 Thread Daniel Wu
> > > > The /proc/sys/dev/ath/debug and others are fine. > > Just yesterday, I committed a fix for sysctl for Linux 2.6.24-rc1. Are > you running Linux 2.6.24-rc1 by any chance? Perhaps my sysctl patches > should be propagated to other branches. I'm running: [EMAIL PROTECTED] madwifi-trace]# una

Re: [ath5k-devel] [Madwifi-devel] MadWifi HAL register dumps - help reverse engineering

2007-10-31 Thread Pavel Roskin
Hello! On Wed, 2007-10-31 at 14:20 -0700, Daniel Wu wrote: > Hey, not sure if i should ask here, but here goes: > > i tried using the madwifi-trace and the madwifi-trace.sh, but I'm > getting errors: > > I can't seem to write into the /proc/sys/dev/ath/hal/ directory, > The error: > [EMAIL PROTE

Re: [ath5k-devel] [Madwifi-devel] MadWifi HAL register dumps - help reverse engineering

2007-10-31 Thread Daniel Wu
Hey, not sure if i should ask here, but here goes: i tried using the madwifi-trace and the madwifi-trace.sh, but I'm getting errors: I can't seem to write into the /proc/sys/dev/ath/hal/ directory, The error: [EMAIL PROTECTED] ~]# echo 1 > /proc/sys/dev/ath/hal/alq bash: echo: write error: Cannot

Re: [ath5k-devel] [PATCH 4/7] ath5k: Add SREV values for newer chips

2007-10-31 Thread Luis R. Rodriguez
On 10/31/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > 2007/10/31, Luis R. Rodriguez <[EMAIL PROTECTED]>: > > On 10/31/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > > > 2007/10/31, Luis R. Rodriguez <[EMAIL PROTECTED]>: > > > > On 10/27/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > > > > >

Re: [ath5k-devel] [PATCH] ath5k: fix setup of transmit descriptors

2007-10-31 Thread Nick Kossifidis
2007/10/31, Ulrich Meis <[EMAIL PROTECTED]>: > On Mon 29.10.07 17:12, Ulrich Meis wrote: > [snip] > > There's just one problem...I can't send more than 2312 bytes, which also > > happens to be the limit defined in the 802.11 spec. Or maybe I can, but > > the receiver(also running ath5k) doesn't acc

Re: [ath5k-devel] [PATCH 4/7] ath5k: Add SREV values for newer chips

2007-10-31 Thread Nick Kossifidis
2007/10/31, Luis R. Rodriguez <[EMAIL PROTECTED]>: > On 10/31/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > > 2007/10/31, Luis R. Rodriguez <[EMAIL PROTECTED]>: > > > On 10/27/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > > > > > > > * Give more infos about mac/phy/radio revision during attac

Re: [ath5k-devel] [PATCH 4/7] ath5k: Add SREV values for newer chips

2007-10-31 Thread Luis R. Rodriguez
On 10/31/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > 2007/10/31, Luis R. Rodriguez <[EMAIL PROTECTED]>: > > On 10/27/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > > > > > * Give more infos about mac/phy/radio revision during attach. > > > > > @@ -535,10 +568,24 @@ ath5k_pci_probe(struct pci

Re: [ath5k-devel] [PATCH 4/7] ath5k: Add SREV values for newer chips

2007-10-31 Thread Nick Kossifidis
2007/10/31, Luis R. Rodriguez <[EMAIL PROTECTED]>: > On 10/27/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > > > * Give more infos about mac/phy/radio revision during attach. > > > @@ -535,10 +568,24 @@ ath5k_pci_probe(struct pci_dev *pdev, > > if (ret) > > goto err_ah; >

Re: [ath5k-devel] [PATCH 4/7] ath5k: Add SREV values for newer chips

2007-10-31 Thread Luis R. Rodriguez
On 10/27/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > * Give more infos about mac/phy/radio revision during attach. > @@ -535,10 +568,24 @@ ath5k_pci_probe(struct pci_dev *pdev, > if (ret) > goto err_ah; > > - dev_info(&pdev->dev, "%s chip found: mac %d.%d phy %d

Re: [ath5k-devel] [PATCH 1/7] ath5k: Maintain coding style

2007-10-31 Thread Luis R. Rodriguez
On 10/31/07, Luis R. Rodriguez <[EMAIL PROTECTED]> wrote: > On 10/27/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > > > Signed-Off-by: Nick Kossifidis <[EMAIL PROTECTED]> > > This if for your patches 1-7 and the new descriptor rework. I've > tested this on x86 and big-endian. Big-endian works wel

Re: [ath5k-devel] [PATCH 1/7] ath5k: Maintain coding style

2007-10-31 Thread Luis R. Rodriguez
On 10/27/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > Signed-Off-by: Nick Kossifidis <[EMAIL PROTECTED]> This if for your patches 1-7 and the new descriptor rework. I've tested this on x86 and big-endian. Big-endian works well except if you use dhclient you won't get an IP address, please use

Re: [ath5k-devel] AR5212: unable to reset hardware: -22

2007-10-31 Thread Evgeni Golov
On Sun, 28 Oct 2007 02:15:31 +0200 Evgeni Golov wrote: > Hope this helps you :) Any updates on this? Or any suggestions how I could help? ___ ath5k-devel mailing list ath5k-devel@lists.ath5k.org https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Re: [ath5k-devel] [PATCH] ath5k: Remove fill_tx_desc

2007-10-31 Thread Luis R. Rodriguez
On 10/30/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > 2007/10/30, Ulrich Meis <[EMAIL PROTECTED]>: > > On Tue 30.10.07 12:45, Luis R. Rodriguez wrote: > > > On 10/27/07, Nick Kossifidis <[EMAIL PROTECTED]> wrote: > > > > fill_tx_desc is used for fast frames operation, since > > > > we don't sup

Re: [ath5k-devel] [PATCH] ath5k: fix setup of transmit descriptors

2007-10-31 Thread Ulrich Meis
On Mon 29.10.07 17:12, Ulrich Meis wrote: [snip] > There's just one problem...I can't send more than 2312 bytes, which also > happens to be the limit defined in the 802.11 spec. Or maybe I can, but > the receiver(also running ath5k) doesn't accept it...on that side I > hacked into the rx tasklet an

Re: [ath5k-devel] madwifi HAL register dumps

2007-10-31 Thread Nick Kossifidis
Just noticed that you have 5111 phy so plz ignore previous mail... BUFFER_CONTROL_5 is right and we do the same for > 5112 2007/10/31, Nick Kossifidis <[EMAIL PROTECTED]>: > ACK nevermind your script does enough magic already ;-) > > Here is an interesting find comparing your dumps of 5414 and 52

Re: [ath5k-devel] madwifi HAL register dumps

2007-10-31 Thread Nick Kossifidis
ACK nevermind your script does enough magic already ;-) Here is an interesting find comparing your dumps of 5414 and 5213... while on 5213 we change channel by setting RF_BUFFER and then RF_BUFFER_CONTROL_3 on 5414 RF_BUFFER_CONTROL_5 is used, also there is some difference between them (we can po