[source] ath10k-ct: ath10k-ct specifies that it supports 802.11ac mode

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 20 07:32:36 PST 2016


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

commit 84daeb2e142e407a54b3d4fba2235ff1bb516d39
Author: Alexis Green <agreen at cococorp.com>
AuthorDate: Tue Dec 13 20:13:22 2016 -0800

    ath10k-ct: ath10k-ct specifies that it supports 802.11ac mode
    
    Signed-off-by: Alexis Green <agreen at cococorp.com>
---
 package/kernel/ath10k-ct/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index bc93344..c5e5045 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
 define KernelPackage/ath10k-ct
   SUBMENU:=Wireless Drivers
   TITLE:=ath10k-ct driver optimized for CT ath10k firmware
-  DEPENDS:=+kmod-mac80211 +kmod-ath + at DRIVER_11N_SUPPORT @PCI_SUPPORT + at KERNEL_RELAY
+  DEPENDS:=+kmod-mac80211 +kmod-ath + at DRIVER_11N_SUPPORT + at DRIVER_11AC_SUPPORT @PCI_SUPPORT + at KERNEL_RELAY
   FILES:=\
 	$(PKG_BUILD_DIR)/ath10k/ath10k_pci.ko \
 	$(PKG_BUILD_DIR)/ath10k/ath10k_core.ko



More information about the lede-commits mailing list