diff mbox series

[LEDE-DEV,4/4] ath10k-ct: Force loading mac80211 and ath so symbols are resolved.

Message ID 1516392726-28656-4-git-send-email-greearb@candelatech.com
State Changes Requested
Delegated to: Mathias Kresin
Headers show
Series [LEDE-DEV,1/4] Update to latest ath10k-ct driver, enable AHB. | expand

Commit Message

Ben Greear Jan. 19, 2018, 8:12 p.m. UTC
From: Ben Greear <greearb@candelatech.com>

For whatever reason, mac80211 and ath modules are not automatically
loaded when ath10k-ct driver is selected.

With this change, I still see module symbols fail, but then shortly
after the modules are loaded correctly.

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 af326d6..1b125a7 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 = \