diff options
author | Koen Vandeputte <koen.vandeputte@citymesh.com> | 2023-09-20 14:14:05 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-11-02 20:38:34 +0100 |
commit | 7d3651f1b9be522e3849412d0aba010e81e15a51 (patch) | |
tree | 340074324264cfb5d4f30bcbfaf27d44f8d5a4c7 | |
parent | 8de3ee2e79e324fd238491be1e102e7c043a6633 (diff) |
ath10k-ct: switch to 6.4
Switch to the latest version so we match as close as possible to
our own mac80211 version.
Run-time tested on hundreds of devices in the field for months now:
- qca988x (wave 1)
- qca4019 (wave 2)
Tested-by: Enrico Mioso <mrkiko.rs@gmail.com>
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index cfd38120cb..9c0029d3bd 100644 --- a/package/kernel/ath10k-ct/Makefile +++ b/package/kernel/ath10k-ct/Makefile @@ -12,10 +12,10 @@ PKG_SOURCE_DATE:=2023-06-05 PKG_SOURCE_VERSION:=fadd0768cbd22248a60efbb219ccefc9d86cd78c PKG_MIRROR_HASH:=513f62765ba3a2f423099426fbba86b854f3de0ab13ec2ab6e2780577ea75f95 -# Build the 6.2 ath10k-ct driver version. +# Build the 6.4 ath10k-ct driver version. # Probably this should match as closely as # possible to whatever mac80211 backports version is being used. -CT_KVER="-6.2" +CT_KVER="-6.4" PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com> PKG_BUILD_PARALLEL:=1 |