* [PATCH] Add a pci-id to the mwl8k driver
@ 2010-03-19 0:46 Benjamin Larsson
0 siblings, 0 replies; only message in thread
From: Benjamin Larsson @ 2010-03-19 0:46 UTC (permalink / raw)
To: linux-wireless; +Cc: linville
[-- Attachment #1: Type: text/plain, Size: 74 bytes --]
Signed-off-by: Benjamin Larsson <banan@ludd.ltu.se>
MvH
Benjamin Larsson
[-- Attachment #2: pci-id.patch --]
[-- Type: text/x-patch, Size: 581 bytes --]
diff --git a/drivers/net/wireless/mwl8k.c b/drivers/net/wireless/mwl8k.c
index ac65e13..4e58ebe 100644
--- a/drivers/net/wireless/mwl8k.c
+++ b/drivers/net/wireless/mwl8k.c
@@ -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, },
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-19 0:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-19 0:46 [PATCH] Add a pci-id to the mwl8k driver Benjamin Larsson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.