diff options
author | Robert Marko <robimarko@gmail.com> | 2018-12-21 11:26:02 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2018-12-24 19:18:07 +0100 |
commit | d0bf8f4fd63260af78b17e42e114f98a34ae96cc (patch) | |
tree | 2a12d230463c502507aa866f49ac4e8e55653be2 /package/kernel/ath10k-ct/Makefile | |
parent | c566439c9bf3cf2b4e5e5a059332c64199d97611 (diff) | |
download | upstream-d0bf8f4fd63260af78b17e42e114f98a34ae96cc.tar.gz upstream-d0bf8f4fd63260af78b17e42e114f98a34ae96cc.tar.bz2 upstream-d0bf8f4fd63260af78b17e42e114f98a34ae96cc.zip |
ath10k-ct: Update to 2018-12-20
This version removes a lot of unusefull warnings that would quickly overflow the dmesg.
Warnings like this:
ath10k_ahb a800000.wifi: Invalid legacy rate 26 peer stats
ath10k_ahb a000000.wifi: Invalid VHT mcs 15 peer stats
On this version I only had 2 warnings at all.
Tested on 8devices Jalapeno.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/kernel/ath10k-ct/Makefile')
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index ae477ab74b..67e2a5a2e1 100644 --- a/package/kernel/ath10k-ct/Makefile +++ b/package/kernel/ath10k-ct/Makefile @@ -1,16 +1,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ath10k-ct -PKG_RELEASE=3 +PKG_RELEASE=1 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2018-12-11 -PKG_SOURCE_VERSION:=812d90c08ca8ce8dcbd1b2281e89ff562c7096e1 -PKG_MIRROR_HASH:=986feafd27a828801be96ce4177886204998beea305cda40aafe92a9636db852 +PKG_SOURCE_DATE:=2018-12-20 +PKG_SOURCE_VERSION:=118e16da8e82f2e028654f86e47f4c8e5bddccc8 +PKG_MIRROR_HASH:=f84616d5c6c3f6c0aded40b821d9b54fd88b78737f534b37a6ed0c51db16ed06 # Build the 4.19 ath10k-ct driver version. Other options are "-4.16", or # leave un-defined for 4.7 kernel. Probably this should match as closely as |