aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ath10k-ct
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2016-11-16 12:18:58 -0800
committerFelix Fietkau <nbd@nbd.name>2016-11-22 10:50:51 +0100
commitf94bee8c027ebe15e97ef89038764f0ca3d62be7 (patch)
tree5b166991f1c11b1db94333453f66a55ba266e11b /package/kernel/ath10k-ct
parent4da8bde638471c5ac5d7009b2424ee144c372a34 (diff)
downloadupstream-f94bee8c027ebe15e97ef89038764f0ca3d62be7.tar.gz
upstream-f94bee8c027ebe15e97ef89038764f0ca3d62be7.tar.bz2
upstream-f94bee8c027ebe15e97ef89038764f0ca3d62be7.zip
ath10k-ct: Update to latest.
Fixes locking issue, quietens some potential message floods. 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 3df94963b9..1fe2b3c33e 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-10-25
+PKG_VERSION:=2016-11-16
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:=5b7a620fdc9de03aaa76145bccb2d83e8cb1b767
+PKG_SOURCE_VERSION:=2422547eb94ac3d88f03f67f95069d7029e72c28
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com>