aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.c
diff options
context:
space:
mode:
authorSenthil Balasubramanian <senthilkumar@atheros.com>2010-04-15 17:38:18 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-04-16 15:43:19 -0400
commitdb3cc53a2faea2da5730304af06a77d343f314a5 (patch)
tree5acab728afbbd7fb27d845a4ee74434bdb0586ed /drivers/net/wireless/ath/ath9k/hw.c
parent647739645bea4a5628f9e4eaf8022dcc5875c535 (diff)
ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables
Also, clean up and reorganize the AR9287 macro to have better ordering. We won't add the PCI ID to the supported device list until we have some functional code for it. Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index 349cffdbdea6..7952818e6307 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -984,9 +984,10 @@ int ath9k_hw_init(struct ath_hw *ah)
984 case AR9280_DEVID_PCI: 984 case AR9280_DEVID_PCI:
985 case AR9280_DEVID_PCIE: 985 case AR9280_DEVID_PCIE:
986 case AR9285_DEVID_PCIE: 986 case AR9285_DEVID_PCIE:
987 case AR5416_DEVID_AR9287_PCI: 987 case AR9287_DEVID_PCI:
988 case AR5416_DEVID_AR9287_PCIE: 988 case AR9287_DEVID_PCIE:
989 case AR2427_DEVID_PCIE: 989 case AR2427_DEVID_PCIE:
990 case AR9300_DEVID_PCIE:
990 break; 991 break;
991 default: 992 default:
992 if (common->bus_ops->ath_bus_type == ATH_USB) 993 if (common->bus_ops->ath_bus_type == ATH_USB)