From 5aa3bb406b0c4c9b081ce586e394ba13a63c5da4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 May 2022 20:24:12 -0700 Subject: Updated to 5.17.7 --- ...921-add-support-for-PCIe-ID-0x0608-0x0616.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 0005-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch (limited to '0005-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch') 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 c818224..0000000 --- a/0005-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch +++ /dev/null @@ -1,29 +0,0 @@ -From f5d699ec84aff0f1f705c8a1ac4a5710054d1eff Mon Sep 17 00:00:00 2001 -From: Deren Wu -Date: Sun, 14 Nov 2021 10:46:57 +0800 -Subject: [PATCH 5/8] mt76: mt7921: add support for PCIe ID 0x0608/0x0616 - -New mt7921 serials chip support - -Signed-off-by: Deren Wu -Signed-off-by: Felix Fietkau ---- - 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 40186e6cd865..1212b803b1c8 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) }, - { }, - }; - --- -2.35.1 - -- cgit v1.2.1