summaryrefslogtreecommitdiffstats
path: root/patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch')
-rw-r--r--patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch b/patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch
new file mode 100644
index 0000000..d491049
--- /dev/null
+++ b/patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch
@@ -0,0 +1,25 @@
1From 4055e2739ebb8956b6f763a7cd5a9eb13b79ce34 Mon Sep 17 00:00:00 2001
2From: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>
3Date: Thu, 17 Sep 2020 11:21:09 +0200
4Subject: [PATCH] PCI: Mark Atheros QCA6174 to avoid bus reset
5
6Signed-off-by: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>
7---
8 drivers/pci/quirks.c | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
12index 085fb787aa9e..9bc248d0a1fd 100644
13--- a/drivers/pci/quirks.c
14+++ b/drivers/pci/quirks.c
15@@ -3387,6 +3387,7 @@
16 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x003c, quirk_no_bus_reset);
17 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0033, quirk_no_bus_reset);
18 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0034, quirk_no_bus_reset);
19+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x003e, quirk_no_bus_reset);
20
21 static void quirk_no_pm_reset(struct pci_dev *dev)
22 {
23--
242.20.1
25