[openwrt/openwrt] mac80211: mark mac80211-hwsim 80211BE capable
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 20 15:24:50 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/96284cfbbc8ad6457d99c924124f65afcbf47328
commit 96284cfbbc8ad6457d99c924124f65afcbf47328
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Oct 21 00:06:46 2024 +0200
mac80211: mark mac80211-hwsim 80211BE capable
Build hostapd with 80211BE suport.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/mac80211/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 + at DRIVER_11AX_SUPPORT + at DRIVER_11AC_SUPPORT
+ DEPENDS+= +kmod-mac80211 + at DRIVER_11BE_SUPPORT + at DRIVER_11AX_SUPPORT + at DRIVER_11AC_SUPPORT
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/virtual/mac80211_hwsim.ko
AUTOLOAD:=$(call AutoProbe,mac80211_hwsim)
endef
More information about the lede-commits
mailing list