mac80211: autoload ath9k_htc after USB controller drivers
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 13 Oct 2011 14:29:06 +0000 (14:29 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 13 Oct 2011 14:29:06 +0000 (14:29 +0000)
SVN-Revision: 28442

package/mac80211/Makefile

index eedd2fad30fcd478d1af9f30824c84b3f1a25488..ae2920b9de7f23bc6cab829895b6ae07fb1e0fb0 100644 (file)
@@ -441,7 +441,7 @@ define KernelPackage/ath9k-htc
   DEPENDS+= @USB_SUPPORT +kmod-ath9k-common +kmod-usb-core
   FILES:= \
        $(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
-  AUTOLOAD:=$(call AutoLoad,28,ath9k_htc)
+  AUTOLOAD:=$(call AutoLoad,55,ath9k_htc)
 endef
 
 define KernelPackage/ath9k-htc/description