Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5868ba1 authored by Benjamin Larsson's avatar Benjamin Larsson Committed by John W. Linville
Browse files

Add a pci-id to the mwl8k driver

parent eb3d72c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3851,6 +3851,7 @@ MODULE_FIRMWARE("mwl8k/helper_8366.fw");
MODULE_FIRMWARE("mwl8k/fmimage_8366.fw");

static DEFINE_PCI_DEVICE_TABLE(mwl8k_pci_id_table) = {
	{ PCI_VDEVICE(MARVELL, 0x2a0a), .driver_data = MWL8363, },
	{ PCI_VDEVICE(MARVELL, 0x2a0c), .driver_data = MWL8363, },
	{ PCI_VDEVICE(MARVELL, 0x2a24), .driver_data = MWL8363, },
	{ PCI_VDEVICE(MARVELL, 0x2a2b), .driver_data = MWL8687, },