[source] mac80211: ath10k specifies that it supports 802.11ac mode
LEDE Commits
lede-commits at lists.infradead.org
Tue Dec 20 07:32:35 PST 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/8f3d8c0022ed7a659cb62f852cc648f05b265f11
commit 8f3d8c0022ed7a659cb62f852cc648f05b265f11
Author: Alexis Green <agreen at cococorp.com>
AuthorDate: Tue Dec 13 20:12:55 2016 -0800
mac80211: ath10k specifies that it supports 802.11ac mode
Signed-off-by: Alexis Green <agreen at cococorp.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 99aa1fc..1087782 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -277,7 +277,7 @@ define KernelPackage/ath10k
$(call KernelPackage/mac80211/Default)
TITLE:=Atheros 802.11ac wireless cards support
URL:=https://wireless.wiki.kernel.org/en/users/Drivers/ath10k
- DEPENDS+= @PCI_SUPPORT +kmod-ath + at DRIVER_11N_SUPPORT + at DRIVER_11W_SUPPORT + at KERNEL_RELAY
+ DEPENDS+= @PCI_SUPPORT +kmod-ath + at DRIVER_11N_SUPPORT + at DRIVER_11AC_SUPPORT + at DRIVER_11W_SUPPORT + at KERNEL_RELAY
FILES:= \
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath10k/ath10k_core.ko \
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath10k/ath10k_pci.ko
More information about the lede-commits
mailing list