mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 04:10:36 +02:00
520149cb7f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27084 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
421 B
Diff
14 lines
421 B
Diff
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
|
|
index 5d373fc..8cbcf12 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:
|
|
|