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 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 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 4/7] ath5k: Add SREV values for newer chips

2007-10-28 Thread Nick Kossifidis
forgot to mention for ath5k.h Changes-licensed-under: ISC -- GPG ID: 0xD21DB2DB As you read this post global entropy rises. Have Fun ;-) Nick ___ ath5k-devel mailing list ath5k-devel@lists.ath5k.org https://lists.ath5k.org/mailman/listinfo/ath5k-devel

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

2007-10-27 Thread Nick Kossifidis
* Add new Silicon Revision values (hex values written on chip) to be able to identify them. * Give more infos about mac/phy/radio revision during attach. Changes-licensed-under: 3-clause-BSD Signed-Off-by: Nick Kossifidis <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ath5k/ath5k.h