[ath9k-devel] [PATCH 2/4] ath9k_hw: distinguish single-chip solutions on initial probe print

2009-10-26 Thread Luis R. Rodriguez
Devices with external radios have revisions which we can count on. On single chip solutions these EEPROM values for these radio revision also exist but are not meaningful as the radios are embedded onto the same chip. Each single-chip device evolves together as one device. Signed-off-by: Luis R.

Re: [ath9k-devel] [PATCH 2/4] ath9k_hw: distinguish single-chip solutions on initial probe print

2009-10-26 Thread Luis R. Rodriguez
On Mon, Oct 26, 2009 at 9:29 AM, Michael Buesch m...@bu3sch.de wrote: On Monday 26 October 2009 17:21:40 Luis R. Rodriguez wrote: --- a/drivers/net/wireless/ath/ath9k/pci.c +++ b/drivers/net/wireless/ath/ath9k/pci.c @@ -114,6 +114,7 @@ static int ath_pci_probe(struct pci_dev *pdev, const

Re: [ath9k-devel] [PATCH 2/4] ath9k_hw: distinguish single-chip solutions on initial probe print

2009-10-26 Thread Michael Buesch
On Monday 26 October 2009 17:21:40 Luis R. Rodriguez wrote: --- a/drivers/net/wireless/ath/ath9k/pci.c +++ b/drivers/net/wireless/ath/ath9k/pci.c @@ -114,6 +114,7 @@ static int ath_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)       u32 val;       int ret = 0;