aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2016-12-09 12:13:40 -0800
committerFelix Fietkau <nbd@nbd.name>2016-12-16 22:37:59 +0100
commit4921760a4531bff87c3928a622a5c9e50b9f56d3 (patch)
tree32aa4508a4aaa5911190500ba446a519309c4f28
parent7d760284a73675e5675d18ecb2d2130d117aaf4e (diff)
downloadupstream-4921760a4531bff87c3928a622a5c9e50b9f56d3.tar.gz
upstream-4921760a4531bff87c3928a622a5c9e50b9f56d3.tar.bz2
upstream-4921760a4531bff87c3928a622a5c9e50b9f56d3.zip
ath10k-ct: Update to latest CT ath10k driver.
This works around deadlock and/or memory corruption during firmware crash and improves ability to configure number of tids in firmware. Signed-off-by: Ben Greear <greearb@candelatech.com>
-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 1fe2b3c33e..041157ecde 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-11-16
+PKG_VERSION:=2016-12-09
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:=2422547eb94ac3d88f03f67f95069d7029e72c28
+PKG_SOURCE_VERSION:=76533a62824bddfc829ec6ec7cc2a26e9db3d3a2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com>