diff options
author | Senthil Balasubramanian <senthilkumar@atheros.com> | 2008-12-08 09:13:48 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-12 13:48:26 -0500 |
commit | e7594072a5b918510c937c1ab0acad4e8a931bc7 (patch) | |
tree | 50cc34039e87fc3152c54073b9349971249b050f /drivers/net/wireless/ath9k/main.c | |
parent | e8fbc99edfe0efa0b42f04587a79a6b3371f961a (diff) |
ath9k: Adding support for Atheros AR9285 chipset.
Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index 44459d7c5469..ebd531e574ff 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
@@ -34,6 +34,7 @@ static struct pci_device_id ath_pci_id_table[] __devinitdata = { | |||
34 | { PCI_VDEVICE(ATHEROS, 0x0027) }, /* PCI */ | 34 | { PCI_VDEVICE(ATHEROS, 0x0027) }, /* PCI */ |
35 | { PCI_VDEVICE(ATHEROS, 0x0029) }, /* PCI */ | 35 | { PCI_VDEVICE(ATHEROS, 0x0029) }, /* PCI */ |
36 | { PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */ | 36 | { PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */ |
37 | { PCI_VDEVICE(ATHEROS, 0x002B) }, /* PCI-E */ | ||
37 | { 0 } | 38 | { 0 } |
38 | }; | 39 | }; |
39 | 40 | ||