Skip to content

Commit

Permalink
mac80211: mark mac80211-hwsim 80211BE capable
Browse files Browse the repository at this point in the history
Build hostapd with 80211BE suport.

Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Oct 20, 2024
1 parent 4c05f9e commit 96284cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/mac80211/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96284cf

Please sign in to comment.