summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwl8k.c
diff options
context:
space:
mode:
authorLennert Buytenhek2010-01-12 13:47:53 +0100
committerJohn W. Linville2010-01-12 20:21:11 +0100
commitca66527c60385dcec878ebd90749d1fdc43bc870 (patch)
tree77b438b7b2147237862c8b4dbc8d03d410ba699e /drivers/net/wireless/mwl8k.c
parentmwl8k: simplify sequence number assignment (diff)
downloadkernel-qcow2-linux-ca66527c60385dcec878ebd90749d1fdc43bc870.tar.gz
kernel-qcow2-linux-ca66527c60385dcec878ebd90749d1fdc43bc870.tar.xz
kernel-qcow2-linux-ca66527c60385dcec878ebd90749d1fdc43bc870.zip
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>
Diffstat (limited to 'drivers/net/wireless/mwl8k.c')
-rw-r--r--drivers/net/wireless/mwl8k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwl8k.c b/drivers/net/wireless/mwl8k.c
index 7d165befb0d7..76da583df321 100644
--- a/drivers/net/wireless/mwl8k.c
+++ b/drivers/net/wireless/mwl8k.c
@@ -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);