[packages/kernel] update atheros retrain patch for 6.14.5
atler
atler at pld-linux.org
Fri May 23 11:13:23 CEST 2025
commit d354035747d3960a5abd0b0bbbc7f248a0c49f9f
Author: Jan Palus <atler at pld-linux.org>
Date: Fri May 23 09:56:53 2025 +0200
update atheros retrain patch for 6.14.5
atheros-disallow-retrain-nongen1-pcie.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/atheros-disallow-retrain-nongen1-pcie.patch b/atheros-disallow-retrain-nongen1-pcie.patch
index c295bf23..0681c2a8 100644
--- a/atheros-disallow-retrain-nongen1-pcie.patch
+++ b/atheros-disallow-retrain-nongen1-pcie.patch
@@ -278,11 +278,11 @@ index 86c799c97b77..fdbf7254e4ab 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -227,6 +227,8 @@ enum pci_dev_flags {
- PCI_DEV_FLAGS_NO_RELAXED_ORDERING = (__force pci_dev_flags_t) (1 << 11),
- /* Device does honor MSI masking despite saying otherwise */
PCI_DEV_FLAGS_HAS_MSI_MASKING = (__force pci_dev_flags_t) (1 << 12),
+ /* Device requires write to PCI_MSIX_ENTRY_DATA before any MSIX reads */
+ PCI_DEV_FLAGS_MSIX_TOUCH_ENTRY_DATA_FIRST = (__force pci_dev_flags_t) (1 << 13),
+ /* Don't Retrain Link for device when bridge is not in GEN1 mode */
-+ PCI_DEV_FLAGS_NO_RETRAIN_LINK_WHEN_NOT_GEN1 = (__force pci_dev_flags_t) (1 << 12),
++ PCI_DEV_FLAGS_NO_RETRAIN_LINK_WHEN_NOT_GEN1 = (__force pci_dev_flags_t) (1 << 14),
};
enum pci_irq_reroute_variant {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/36ca765192f596cd0b89a2c0d221e59618a610bf
More information about the pld-cvs-commit
mailing list