From 8ee8d8cf46bb56fa169df19d75ca89b2328de5dc Mon Sep 17 00:00:00 2001 From: lean Date: Sun, 3 Apr 2022 01:03:27 +0800 Subject: [PATCH] mac80211: fix ath11k kernel 5.15 support --- package/kernel/mac80211/ath.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk index 065afd398..793ee3ef1 100644 --- a/package/kernel/mac80211/ath.mk +++ b/package/kernel/mac80211/ath.mk @@ -287,6 +287,7 @@ define KernelPackage/ath10k/config depends on PACKAGE_kmod-ath10k || PACKAGE_kmod-ath10k-smallbuffers config ATH10K_THERMAL + default y bool "Enable thermal sensors and throttling support" depends on PACKAGE_kmod-ath10k || PACKAGE_kmod-ath10k-smallbuffers @@ -356,7 +357,7 @@ define KernelPackage/ath11k-pci $(call KernelPackage/mac80211/Default) TITLE:=Qualcomm 802.11ax PCI wireless chipset support URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath11k - DEPENDS+= @PCI_SUPPORT +kmod-qrtr-mhi +kmod-ath11k + DEPENDS+= @PCI_SUPPORT +LINUX_5_15:kmod-qrtr-mhi +kmod-ath11k FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath11k/ath11k_pci.ko AUTOLOAD:=$(call AutoProbe,ath11k_pci) endef