[openwrt/openwrt] mac80211: mark ath12k 80211BE capable
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 3 03:56:28 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3280f9e8f764e76871857a240a1ba12616ea87c8
commit 3280f9e8f764e76871857a240a1ba12616ea87c8
Author: Janusz Dziedzic <janusz.dziedzic at gmail.com>
AuthorDate: Mon Sep 23 08:26:08 2024 +0200
mac80211: mark ath12k 80211BE capable
Build hostapd with 80211BE suport.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16571
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/mac80211/ath.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk
index eecaef4588..5b13b6aac4 100644
--- a/package/kernel/mac80211/ath.mk
+++ b/package/kernel/mac80211/ath.mk
@@ -362,7 +362,7 @@ define KernelPackage/ath12k
URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath12k
DEPENDS+= @PCI_SUPPORT +kmod-ath + at DRIVER_11AC_SUPPORT + at DRIVER_11AX_SUPPORT \
+kmod-crypto-michael-mic +kmod-qrtr-mhi \
- +kmod-qcom-qmi-helpers
+ +kmod-qcom-qmi-helpers + at DRIVER_11BE_SUPPORT
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath12k/ath12k.ko
AUTOLOAD:=$(call AutoProbe,ath12k)
endef
More information about the lede-commits
mailing list