diff mbox series

[LEDE-DEV,PATCH-v2,2/3] ath10k-ct: Force loading mac80211 and ath modules.

Message ID 1516408024-26655-2-git-send-email-greearb@candelatech.com
State Superseded
Headers show
Series None | expand

Commit Message

Ben Greear Jan. 20, 2018, 12:27 a.m. UTC
From: Ben Greear <greearb@candelatech.com>

They are not automatically loaded on IPQ4019 (at least) machines
for some reason.

Signed-off-by: Ben Greear <greearb@candelatech.com>
---
 package/kernel/ath10k-ct/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index 83d3a05..8f9a8dd 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -33,7 +33,7 @@  define KernelPackage/ath10k-ct
   FILES:=\
 	$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_pci.ko \
 	$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_core.ko
-  AUTOLOAD:=$(call AutoProbe,ath10k_pci)
+  AUTOLOAD:=$(call AutoProbe,mac80211 ath ath10k_pci)
 endef
 
 NOSTDINC_FLAGS = \