summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJanusz Dziedzic <janusz.dziedzic@gmail.com>2024-09-23 08:26:08 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2024-10-03 12:55:23 +0200
commit3280f9e8f764e76871857a240a1ba12616ea87c8 (patch)
tree6de36bb2ea706548cebda827fc2b89f1175ef586 /package
parentf9a0485c99152cda12c2d17beb46b9f26a1cd818 (diff)
downloadopenwrt-3280f9e8f764e76871857a240a1ba12616ea87c8.tar.gz
openwrt-3280f9e8f764e76871857a240a1ba12616ea87c8.tar.bz2
openwrt-3280f9e8f764e76871857a240a1ba12616ea87c8.zip
mac80211: mark ath12k 80211BE capable
Build hostapd with 80211BE suport. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16571 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/ath.mk2
1 files changed, 1 insertions, 1 deletions
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 +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT \
+kmod-crypto-michael-mic +kmod-qrtr-mhi \
- +kmod-qcom-qmi-helpers
+ +kmod-qcom-qmi-helpers +@DRIVER_11BE_SUPPORT
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath12k/ath12k.ko
AUTOLOAD:=$(call AutoProbe,ath12k)
endef