summaryrefslogtreecommitdiff
path: root/aports/linux-lts/0001-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2022-06-13 22:43:28 +0200
committerPÁLI Gábor János <pali.gabor@gmail.com>2022-06-13 22:43:28 +0200
commit9c97b2e1260582ab3a2d6af49426fad36c965147 (patch)
treef776fdfef62819f8878aa83a9cbac3dce7c6e892 /aports/linux-lts/0001-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch
parent09b141d834b3411102b56ef92fcb618dc4f71fde (diff)
downloadfreebsd-wifibox-alpine-9c97b2e1260582ab3a2d6af49426fad36c965147.zip
linux-lts: Add missing PCI IDs for the `mt7921e` driver.
Diffstat (limited to 'aports/linux-lts/0001-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch')
-rw-r--r--aports/linux-lts/0001-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/aports/linux-lts/0001-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch b/aports/linux-lts/0001-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch
new file mode 100644
index 0000000..fdf3b77
--- /dev/null
+++ b/aports/linux-lts/0001-mt76-mt7921-add-support-for-PCIe-ID-0x0608-0x0616.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
++++ b/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
+@@ -14,6 +14,8 @@
+
+ static const struct pci_device_id mt7921_pci_device_table[] = {
+ { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7961) },
++ { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0608) },
++ { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0616) },
+ { },
+ };
+