summarylogtreecommitdiffstats
path: root/0005-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch
diff options
context:
space:
mode:
authorantman6662022-03-06 12:25:44 +0800
committerantman6662022-03-06 12:25:44 +0800
commit32c3af863be9ca3b68d2cfd2f09b3cec1d06b463 (patch)
tree508ec6bdb94f8a9f55bb70889dd1d7ca8e0163d0 /0005-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch
parent45c395817568e36ff072bb30999d6240134f02d3 (diff)
downloadaur-32c3af863be9ca3b68d2cfd2f09b3cec1d06b463.tar.gz
update linux-ck-uksm to 5.16.12-1
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.patch29
1 files changed, 29 insertions, 0 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
new file mode 100644
index 000000000000..25619fe630a1
--- /dev/null
+++ b/0005-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch
@@ -0,0 +1,29 @@
+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 5/8] 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 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
+