mwl8k: add another 88w8366 PCI ID
0x2a43 is a single-band (2.4GHz only) 88w8366 mini-PCIe card. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
657232b625
commit
ca66527c60
1 changed files with 1 additions and 0 deletions
|
@ -3740,6 +3740,7 @@ static DEFINE_PCI_DEVICE_TABLE(mwl8k_pci_id_table) = {
|
|||
{ PCI_VDEVICE(MARVELL, 0x2a2b), .driver_data = MWL8687, },
|
||||
{ PCI_VDEVICE(MARVELL, 0x2a30), .driver_data = MWL8687, },
|
||||
{ PCI_VDEVICE(MARVELL, 0x2a40), .driver_data = MWL8366, },
|
||||
{ PCI_VDEVICE(MARVELL, 0x2a43), .driver_data = MWL8366, },
|
||||
{ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, mwl8k_pci_id_table);
|
||||
|
|
Loading…
Add table
Reference in a new issue