summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2016-08-10 15:45:53 -0700
committerFelix Fietkau <nbd@nbd.name>2016-08-11 10:54:50 +0200
commitf85c12e07dba9b84b8843b81204fee877d2bb7db (patch)
treeafe7096be196b8005eb09fa3b14db29e8dce34c9 /package/kernel
parent5d0b180f798ca53cc04be4cec82c7c56b6c25d97 (diff)
downloadmaster-31e0f0ae-f85c12e07dba9b84b8843b81204fee877d2bb7db.tar.gz
master-31e0f0ae-f85c12e07dba9b84b8843b81204fee877d2bb7db.tar.bz2
master-31e0f0ae-f85c12e07dba9b84b8843b81204fee877d2bb7db.zip
ath10k-ct: Fix loading 9980 firmware.
ath10k-ct driver was using bad defaults for 9980 if user had not specified a fwcfg file to over-ride them. Also, support configurable station-kickout-threshold, which might work around issues with flakey connections. Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [fix PKG_VERSION]
Diffstat (limited to 'package/kernel')
-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 7a025aa5e5..a3585377a6 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-07-21
+PKG_VERSION:=2016-08-05
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:=a142524abc8eef3ba30b12f9b5ac74385c8ddc39
+PKG_SOURCE_VERSION:=36545aa1267a4d871a9ebfd05c61aa2ab398a558
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com>