aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ath10k-ct
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2016-10-17 13:59:05 -0700
committerFelix Fietkau <nbd@nbd.name>2016-10-19 11:13:11 +0200
commit536420647a124f7330cfed323c36fa17c0824550 (patch)
treee5105033936d345c3ba41c43b4c8ec0cf937e0c7 /package/kernel/ath10k-ct
parent81fd64df81afbc049f07deeddc05f7b9f83cbe62 (diff)
downloadupstream-536420647a124f7330cfed323c36fa17c0824550.tar.gz
upstream-536420647a124f7330cfed323c36fa17c0824550.tar.bz2
upstream-536420647a124f7330cfed323c36fa17c0824550.zip
ath10k-ct: Update to latest 4.7 CT ath10k driver.
Adds Sebastian's 160Mhz support (un-tested), remove DMA32 change that broke some x86 systems, allow setting 10.1 CT firmware keepalive watchdog timeout, support QCA 9887 hardware, and some other tweaks. Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'package/kernel/ath10k-ct')
-rw-r--r--package/kernel/ath10k-ct/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index bbff8d8042..6ca9db14b2 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ath10k-ct
-PKG_VERSION:=2016-08-24
+PKG_VERSION:=2016-10-17
PKG_RELEASE=1
PKG_LICENSE:=GPLv2
@@ -10,7 +10,7 @@ PKG_LICENSE_FILES:=
PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=cd725d5465e1d4476a504794c541afeeba84b479
+PKG_SOURCE_VERSION:=f2fb96a03d6a2c0cdcd6482e2653a4468956e1f4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com>