mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 16:54:59 +02:00
58dfdd9138
Add patches from Hauke adding linux 3.0 compatibility. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27187 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
303 B
Diff
11 lines
303 B
Diff
--- a/drivers/net/wireless/ath/ath9k/hw.c
|
|
+++ b/drivers/net/wireless/ath/ath9k/hw.c
|
|
@@ -653,6 +653,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:
|