[openwrt/openwrt] mac80211: iwlwifi: Add DRIVER_11BE_SUPPORT
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 4 03:11:17 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/350d8a0711f05d525badec3e5c05f0ae94044db1
commit 350d8a0711f05d525badec3e5c05f0ae94044db1
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Sep 3 22:55:26 2025 +0200
mac80211: iwlwifi: Add DRIVER_11BE_SUPPORT
The driver support Wifi 7, add dependency to DRIVER_11BE_SUPPORT.
Link: https://github.com/openwrt/openwrt/pull/19948
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/mac80211/intel.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mac80211/intel.mk b/package/kernel/mac80211/intel.mk
index bfd32c733a..3097ec50fe 100644
--- a/package/kernel/mac80211/intel.mk
+++ b/package/kernel/mac80211/intel.mk
@@ -6,7 +6,7 @@ config-$(CONFIG_PACKAGE_IWLWIFI_DEBUGFS)+= IWLWIFI_DEBUGFS
define KernelPackage/iwlwifi
$(call KernelPackage/mac80211/Default)
- DEPENDS:= +kmod-mac80211 +kmod-ptp @PCI_SUPPORT + at DRIVER_11AC_SUPPORT + at DRIVER_11AX_SUPPORT
+ DEPENDS:= +kmod-mac80211 +kmod-ptp @PCI_SUPPORT + at DRIVER_11AC_SUPPORT + at DRIVER_11AX_SUPPORT + at DRIVER_11BE_SUPPORT
TITLE:=Intel AGN Wireless support
FILES:= \
$(PKG_BUILD_DIR)/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko \
More information about the lede-commits
mailing list