mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
879ee70ea4
Use ath10k-ct 6.9 to better match mac80211 backports 6.9.x Drop patch 010 that is merged upstream. Add patch 001 to fix version to 6.9 (overlooked by upstream). Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Link: https://github.com/openwrt/openwrt/pull/16036 Signed-off-by: Robert Marko <robimarko@gmail.com>
12 lines
464 B
Diff
12 lines
464 B
Diff
--- a/ath10k-6.9/pci.c
|
|
+++ b/ath10k-6.9/pci.c
|
|
@@ -3871,7 +3871,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.7 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
|
|
+ printk(KERN_INFO "ath10k 6.9 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
|
|
pci_dev->device);
|
|
|
|
switch (pci_dev->device) {
|