openwrt-pf/package/kernel/ath10k-ct/patches/204-ath10k-correct-driver-version-number.patch
Shiji Yang 70b3f992b8 ath10k-ct: update to version 7.2
Update to Git HEAD (2026-07-31) and switch to 7.2 kernel based
driver. We also introduced a new patch 204-* to correct the driver
version number.

Upstream merged patches:
- 005-ath10k-ct-fix-missing-prototypes-warnings-on-6.12-ke.patch

Tested on QCA9887 and IPQ4019.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/24529
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-08-04 02:37:19 +02:00

20 lines
731 B
Diff

From: Shiji Yang <yangshiji66@outlook.com>
Date: Thu, 26 Mar 2026 22:44:28 +0800
Subject: [PATCH] ath10k: correct driver version number
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
---
ath10k-7.2/pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/ath10k-7.2/pci.c
+++ b/ath10k-7.2/pci.c
@@ -3872,7 +3872,7 @@ static int __ath10k_pci_probe(struct pci
int (*pci_hard_reset)(struct ath10k *ar);
u32 (*targ_cpu_to_ce_addr)(struct ath10k *ar, u32 addr);
- printk(KERN_INFO "ath10k 6.15 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
+ printk(KERN_INFO "ath10k 7.2 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
pci_dev->device);
switch (pci_dev->device) {