diff options
author | Robert Marko <robimarko@gmail.com> | 2018-10-09 15:05:56 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-11 12:52:27 +0200 |
commit | b1ab8fac5aad75e1396b7187b396dac0fc4623d0 (patch) | |
tree | 0d34e17ff1cb2b865048604126be3f315d4e2806 /package/kernel/ath10k-ct/Makefile | |
parent | 4cabda8b7ddb0efea23e2aa044ea8bf18e03d199 (diff) | |
download | upstream-b1ab8fac5aad75e1396b7187b396dac0fc4623d0.tar.gz upstream-b1ab8fac5aad75e1396b7187b396dac0fc4623d0.tar.bz2 upstream-b1ab8fac5aad75e1396b7187b396dac0fc4623d0.zip |
ath10k-ct: Update to 29-09-2018
Update ath10k-ct to be able to drop 210-ath10k-fix-recent-bandwidth-conversion-bug.patch
as its upstream.
b9989fbd5d6e ath10k-ct: Add upstream patch to fix peer rate reporting.
ac9224344dbf ath10k-ct: Support sending custom frames with no-ack flag.
bc938bc2021e ath10k-ct: Support sending pkts with specific rate on 10.4 firmware.
Runtime tested on:
- GL-iNet GL-B1300
- Mikrotik RB912 + QCA9882
Signed-off-by: Robert Marko <robimarko@gmail.com>
[Added list of all changes from previous version + add own test device]
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'package/kernel/ath10k-ct/Makefile')
-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 d39ecabf46..d47ab8655c 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:=2018-08-22 -PKG_SOURCE_VERSION:=34954f0f333fa43827b2af67313db2b1e830bb48 -PKG_MIRROR_HASH:=aa77f388727ff2201de615c3211ab5c0b2dc5e3c041bd1cde4d6eebde0ca437a +PKG_SOURCE_DATE:=2018-09-29 +PKG_SOURCE_VERSION:=b9989fbd5d6e3269b3e49ab3ec71b4174a02209e +PKG_MIRROR_HASH:=67bb1c81518aea5880757d521023db25190d9cca21ba67bf1c7e577efd287430 # Build the 4.13 ath10k-ct driver version. Other options are "-4.9", or # leave un-defined for 4.7 kernel. Probably this should match as closely as |