aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/wifi/generic/generic.c
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2023-09-04 18:05:04 +0000
committerSubrata Banik <subratabanik@google.com>2023-09-05 09:37:16 +0000
commit525d8d86c399d751caaf6535084d775075499986 (patch)
tree0e33426c8a677d344f1f5e3fc89256a401f9a2ca /src/drivers/wifi/generic/generic.c
parentd426176e2469130a96717b3f2594daeab5d3fe34 (diff)
drivers/wifi: Add PCI ID for Misty Peak WLAN module
This patch adds support for Intel WIFI-7 series PCIe based WLAN module. Change-Id: Ia31fdb87e15b50471dc7664e42b1e2625ce1ac58 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77621 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/drivers/wifi/generic/generic.c')
-rw-r--r--src/drivers/wifi/generic/generic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/wifi/generic/generic.c b/src/drivers/wifi/generic/generic.c
index 4f849a3b08..19d281f59b 100644
--- a/src/drivers/wifi/generic/generic.c
+++ b/src/drivers/wifi/generic/generic.c
@@ -107,6 +107,8 @@ static const unsigned short intel_pci_device_ids[] = {
PCI_DID_CP_6SERIES_WIFI,
/* Typhoon Peak (TyP) */
PCI_DID_TP_6SERIES_WIFI,
+ /* Misty Peak (MtP) */
+ PCI_DID_MP_7SERIES_WIFI,
0
};