]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mac80211: iwlwifi: Add DRIVER_11BE_SUPPORT
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 3 Sep 2025 20:55:26 +0000 (22:55 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 4 Sep 2025 10:09:35 +0000 (12:09 +0200)
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@hauke-m.de>
package/kernel/mac80211/intel.mk

index bfd32c733af624923dff32c6fab707b0a7fa0fe5..3097ec50fe400048c786fc5d2e845db8ca5e6cea 100644 (file)
@@ -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 +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT
+  DEPENDS:= +kmod-mac80211 +kmod-ptp @PCI_SUPPORT +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT +@DRIVER_11BE_SUPPORT
   TITLE:=Intel AGN Wireless support
   FILES:= \
        $(PKG_BUILD_DIR)/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko \