From: Jonas Gorski Date: Fri, 3 Nov 2017 10:11:21 +0000 (+0100) Subject: partially revert "mwlwifi: switch to AutoProbe" X-Git-Tag: v18.06.0-rc1~1809 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ee59f8126fc3e75ee54151f21ddc4c4d829d4cd2 partially revert "mwlwifi: switch to AutoProbe" Apearently we need to ensure mwlwifi loads before mwifiex on the WRT3200ACM, else mwifiex will claim the wifi. Fix this by reverting to AutoLoad, but keep the removal of mac80211 line. This partially reverts commit 471d5dc6e3c16a2bef9bde2b788b563a00357292. Fixes: 471d5dc6e3c1 ("mwlwifi: switch to AutoProbe") Signed-off-by: Jonas Gorski --- diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile index e1d80a8e4b..8b74c8bb55 100644 --- a/package/kernel/mwlwifi/Makefile +++ b/package/kernel/mwlwifi/Makefile @@ -30,7 +30,7 @@ define KernelPackage/mwlwifi TITLE:=Marvell 88W8864 wireless driver DEPENDS:=+kmod-mac80211 +@DRIVER_11N_SUPPORT +@DRIVER_11AC_SUPPORT +@DRIVER_11W_SUPPORT @PCI_SUPPORT @TARGET_mvebu FILES:=$(PKG_BUILD_DIR)/mwlwifi.ko - AUTOLOAD:=$(call AutoProbe,mwlwifi) + AUTOLOAD:=$(call AutoLoad,50,mwlwifi) endef NOSTDINC_FLAGS = \