diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-21 11:23:52 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-22 22:09:57 +0200 |
commit | 999a7a88f1b062af5617fa55df317446af86a3da (patch) | |
tree | 32e0e2870471aa3851614109289016bddea7ec57 /drivers | |
parent | ath9k: add external_reset callback to ath9k_platfom_data for AR9330 (diff) | |
download | linux-999a7a88f1b062af5617fa55df317446af86a3da.tar.xz linux-999a7a88f1b062af5617fa55df317446af86a3da.zip |
ath9k: enable support for AR9330
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 839ba64c9e49..07827b55e84b 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -644,6 +644,7 @@ int ath9k_hw_init(struct ath_hw *ah) case AR2427_DEVID_PCIE: case AR9300_DEVID_PCIE: case AR9300_DEVID_AR9485_PCIE: + case AR9300_DEVID_AR9330: case AR9300_DEVID_AR9340: break; default: |