ath10k-ct: switch to 6.4
authorKoen Vandeputte <koen.vandeputte@citymesh.com>
Wed, 20 Sep 2023 12:14:05 +0000 (14:14 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 2 Nov 2023 19:38:34 +0000 (20:38 +0100)
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>
package/kernel/ath10k-ct/Makefile

index cfd38120cb40945dd230845bdfca0d68d4349dd0..9c0029d3bdb2280a060d8bdb80bfe3bf489d8f85 100644 (file)
@@ -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