diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-06-18 00:43:43 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-18 14:46:46 -0400 |
commit | e861ef523cd91270d108edc394e648b1f9e6fbd5 (patch) | |
tree | c0572dc129a09cc0773330c78f02d37119977023 /drivers/net/wireless/ath/ath9k/pci.c | |
parent | 51dbd0a897a995b44c2db04e29f224ae8fb8559b (diff) |
ath9k: Modify IDs to identify CUS230
CUS198 and CUS230 are similar cards, both
are AR9485 + xLNA solutions. But, the subsystem IDs
differ - identify CUS230 explicitly to make things
clearer.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/pci.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/pci.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/pci.c b/drivers/net/wireless/ath/ath9k/pci.c index 4ac00b4b0d25..ddf0d78dbc48 100644 --- a/drivers/net/wireless/ath/ath9k/pci.c +++ b/drivers/net/wireless/ath/ath9k/pci.c | |||
@@ -51,16 +51,18 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = { | |||
51 | PCI_VENDOR_ID_AZWAVE, | 51 | PCI_VENDOR_ID_AZWAVE, |
52 | 0x2126), | 52 | 0x2126), |
53 | .driver_data = ATH9K_PCI_CUS198 }, | 53 | .driver_data = ATH9K_PCI_CUS198 }, |
54 | |||
55 | /* PCI-E CUS230 */ | ||
54 | { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS, | 56 | { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS, |
55 | 0x0032, | 57 | 0x0032, |
56 | PCI_VENDOR_ID_AZWAVE, | 58 | PCI_VENDOR_ID_AZWAVE, |
57 | 0x2152), | 59 | 0x2152), |
58 | .driver_data = ATH9K_PCI_CUS198 }, | 60 | .driver_data = ATH9K_PCI_CUS230 }, |
59 | { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS, | 61 | { PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS, |
60 | 0x0032, | 62 | 0x0032, |
61 | PCI_VENDOR_ID_FOXCONN, | 63 | PCI_VENDOR_ID_FOXCONN, |
62 | 0xE075), | 64 | 0xE075), |
63 | .driver_data = ATH9K_PCI_CUS198 }, | 65 | .driver_data = ATH9K_PCI_CUS230 }, |
64 | 66 | ||
65 | { PCI_VDEVICE(ATHEROS, 0x0032) }, /* PCI-E AR9485 */ | 67 | { PCI_VDEVICE(ATHEROS, 0x0032) }, /* PCI-E AR9485 */ |
66 | { PCI_VDEVICE(ATHEROS, 0x0033) }, /* PCI-E AR9580 */ | 68 | { PCI_VDEVICE(ATHEROS, 0x0033) }, /* PCI-E AR9580 */ |