summarylogtreecommitdiffstats
path: root/0005_mt76_mt7921_add_support_for_PCIe_ID_0x0608-0x0616.patch
diff options
context:
space:
mode:
Diffstat (limited to '0005_mt76_mt7921_add_support_for_PCIe_ID_0x0608-0x0616.patch')
-rw-r--r--0005_mt76_mt7921_add_support_for_PCIe_ID_0x0608-0x0616.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0005_mt76_mt7921_add_support_for_PCIe_ID_0x0608-0x0616.patch b/0005_mt76_mt7921_add_support_for_PCIe_ID_0x0608-0x0616.patch
deleted file mode 100644
index 3abc9e31c623..000000000000
--- a/0005_mt76_mt7921_add_support_for_PCIe_ID_0x0608-0x0616.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-
-From 5c3de90cea9024359e4c78d2dc52b4b8043e9ee3 Mon Sep 17 00:00:00 2001
-From: Deren Wu <deren.wu@mediatek.com>
-Date: Sun, 14 Nov 2021 10:46:57 +0800
-Subject: [PATCH] mt76: mt7921: add support for PCIe ID 0x0608/0x0616
-
-New mt7921 serials chip support
-
-Signed-off-by: Deren Wu <deren.wu@mediatek.com>
-Signed-off-by: Felix Fietkau <nbd@nbd.name>
----
- drivers/net/wireless/mediatek/mt76/mt7921/pci.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/pci.c b/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
-index 40186e6cd865e9..1212b803b1c8d7 100644
---- a/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
-+++ b/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
-@@ -15,6 +15,8 @@
- static const struct pci_device_id mt7921_pci_device_table[] = {
- { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7961) },
- { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7922) },
-+ { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0608) },
-+ { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0616) },
- { },
- };
-