[openwrt/openwrt] mac80211: Add DRIVER_11AX_SUPPORT dependency to mac80211-hwsim and iwlwifi
LEDE Commits
lede-commits at lists.infradead.org
Thu Feb 22 13:22:47 PST 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/721f02683e55b02383463c6901ade3d57e473936
commit 721f02683e55b02383463c6901ade3d57e473936
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 3 18:24:58 2022 +0200
mac80211: Add DRIVER_11AX_SUPPORT dependency to mac80211-hwsim and iwlwifi
The mac80211-hwsim and the Intel iwlwifi driver support ieee80211ax, add
the missing DRIVER_11AX_SUPPORT dependency too.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
(cherry picked from commit 576b62712fa7552f4fa30b67b47004745fee5287)
---
package/kernel/mac80211/Makefile | 2 +-
package/kernel/mac80211/intel.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 5dc8888cc2..a562178a99 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -252,7 +252,7 @@ endef
define KernelPackage/mac80211-hwsim
$(call KernelPackage/mac80211/Default)
TITLE:=mac80211 HW simulation device
- DEPENDS+= +kmod-mac80211 + at DRIVER_11AC_SUPPORT + at DRIVER_11N_SUPPORT
+ DEPENDS+= +kmod-mac80211 + at DRIVER_11AX_SUPPORT + at DRIVER_11AC_SUPPORT + at DRIVER_11N_SUPPORT
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/mac80211_hwsim.ko
AUTOLOAD:=$(call AutoProbe,mac80211_hwsim)
endef
diff --git a/package/kernel/mac80211/intel.mk b/package/kernel/mac80211/intel.mk
index 8bab727a41..a915f94bf9 100644
--- a/package/kernel/mac80211/intel.mk
+++ b/package/kernel/mac80211/intel.mk
@@ -15,7 +15,7 @@ config-$(call config_package,ipw2200) += IPW2200
define KernelPackage/iwlwifi
$(call KernelPackage/mac80211/Default)
- DEPENDS:= +kmod-mac80211 @PCI_SUPPORT + at DRIVER_11N_SUPPORT + at DRIVER_11AC_SUPPORT
+ DEPENDS:= +kmod-mac80211 @PCI_SUPPORT + at DRIVER_11N_SUPPORT + at DRIVER_11AC_SUPPORT + at DRIVER_11AX_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