diff options
author | Ben Greear <greearb@candelatech.com> | 2017-05-16 15:26:10 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-05-18 07:59:26 +0200 |
commit | 1fc0a455585bd746a810c11ccb90d79cc4a03f11 (patch) | |
tree | b82d0b107fada75c7111fafac67a372b81151f6e /package/kernel/ath10k-ct | |
parent | b295966f8767ff84b55e547ae5c2967772c3ede2 (diff) | |
download | upstream-1fc0a455585bd746a810c11ccb90d79cc4a03f11.tar.gz upstream-1fc0a455585bd746a810c11ccb90d79cc4a03f11.tar.bz2 upstream-1fc0a455585bd746a810c11ccb90d79cc4a03f11.zip |
ath10k-ct: Update to latest ath10k-ct driver.
Supports disabling firmware hex logging that many found too verbose.
Increase BMI timer so system works more often with 9888 Compex NIC
(and maybe others).
Allow configuring a specific board-file per NIC using fwcfg file.
Maybe fix a scan-busy problem when using CT firmware.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Diffstat (limited to 'package/kernel/ath10k-ct')
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index 4ec49c3265..85fe4eb463 100644 --- a/package/kernel/ath10k-ct/Makefile +++ b/package/kernel/ath10k-ct/Makefile @@ -8,9 +8,9 @@ PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2017-01-26 -PKG_SOURCE_VERSION:=d2bc84ff277936c58231f0c2280242eda4199e63 -PKG_MIRROR_HASH:=6b734b987db00b97b06faca686dcebc56fb23b93093afbb35d5cf534987269bf +PKG_SOURCE_DATE:=2017-05-16 +PKG_SOURCE_VERSION:=c048ef0c3eedf99b41bc12b3f4e47ef3d9fab484 +PKG_MIRROR_HASH:=7936293962a10a0da7469759623013fc151019a6a584cfc6416bc0b605bd74d7 PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com> PKG_BUILD_PARALLEL:=1 |