summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2024-10-20 22:06:46 +0000
committerHauke Mehrtens2024-10-20 22:06:46 +0000
commit96284cfbbc8ad6457d99c924124f65afcbf47328 (patch)
treebc49fd326ffe78c9705e6b71a5b24ca553d880cf
parent4c05f9eefbafdad19efaa54a06a7baa245d176d1 (diff)
downloadopenwrt-96284cfbbc8ad6457d99c924124f65afcbf47328.tar.gz
mac80211: mark mac80211-hwsim 80211BE capable
Build hostapd with 80211BE suport. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 7f1cb7f38f..22cd0e97b4 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -171,7 +171,7 @@ endef
define KernelPackage/mac80211-hwsim
$(call KernelPackage/mac80211/Default)
TITLE:=mac80211 HW simulation device
- DEPENDS+= +kmod-mac80211 +@DRIVER_11AX_SUPPORT +@DRIVER_11AC_SUPPORT
+ DEPENDS+= +kmod-mac80211 +@DRIVER_11BE_SUPPORT +@DRIVER_11AX_SUPPORT +@DRIVER_11AC_SUPPORT
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/virtual/mac80211_hwsim.ko
AUTOLOAD:=$(call AutoProbe,mac80211_hwsim)
endef