[source] mac80211: hwsim: select DRIVER_11AC_SUPPORT and DRIVER_11W_SUPPORT

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 26 17:26:38 PST 2017


yousong pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/5f5fae27b508a86599e93ac74c611e0dadf9105a

commit 5f5fae27b508a86599e93ac74c611e0dadf9105a
Author: Yousong Zhou <yszhou4tech at gmail.com>
AuthorDate: Fri Feb 3 21:15:42 2017 +0800

    mac80211: hwsim: select DRIVER_11AC_SUPPORT and DRIVER_11W_SUPPORT
    
    This is required for default wireless configuration of malta target to
    work out of the box again.  Fixes "77ece30e: hostapd: Add ability to
    specify that that wireless driver supports 802.11ac"
    
    Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
 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 5a591e4..578014f 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -1022,7 +1022,7 @@ endef
 define KernelPackage/mac80211-hwsim
   $(call KernelPackage/mac80211/Default)
   TITLE:=mac80211 HW simulation device
-  DEPENDS+= +kmod-mac80211 + at DRIVER_11N_SUPPORT
+  DEPENDS+= +kmod-mac80211 + at DRIVER_11AC_SUPPORT + at DRIVER_11N_SUPPORT + at DRIVER_11W_SUPPORT
   FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/mac80211_hwsim.ko
   AUTOLOAD:=$(call AutoProbe,mac80211_hwsim)
 endef



More information about the lede-commits mailing list