ath10k-ct: Force loading mac80211 and ath modules.

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

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear 2018-01-19 16:27:03 -08:00 committed by Jo-Philipp Wich
parent d0f3dd5b9f
commit 23a388fe41
1 changed files with 1 additions and 1 deletions

View File

@ -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 = \