[source] mwlwifi: Expose the IEEE 802.11w support to hostapd

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 5 10:24:46 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/c5913264e7eb9f2bee782b41ab688d002f00d196

commit c5913264e7eb9f2bee782b41ab688d002f00d196
Author: Petko Bordjukov <bordjukov at gmail.com>
AuthorDate: Mon Sep 5 18:27:13 2016 +0300

    mwlwifi: Expose the IEEE 802.11w support to hostapd
    
    Add a dependency on DRIVER_11W_SUPPORT in order to enable the IEEE
    802.11w functionality in hostapd.
    
    Signed-off-by: Petko Bordjukov <bordjukov at gmail.com>
---
 package/kernel/mwlwifi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile
index dc3f5f4..b36486d 100644
--- a/package/kernel/mwlwifi/Makefile
+++ b/package/kernel/mwlwifi/Makefile
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
 define KernelPackage/mwlwifi
   SUBMENU:=Wireless Drivers
   TITLE:=Marvell 88W8864 wireless driver
-  DEPENDS:=+kmod-mac80211 + at DRIVER_11N_SUPPORT @PCI_SUPPORT @TARGET_mvebu
+  DEPENDS:=+kmod-mac80211 + at DRIVER_11N_SUPPORT + at DRIVER_11W_SUPPORT @PCI_SUPPORT @TARGET_mvebu
   FILES:=$(PKG_BUILD_DIR)/mwlwifi.ko
   AUTOLOAD:=$(call AutoLoad,50,mac80211 mwlwifi)
 endef



More information about the lede-commits mailing list