aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/p54pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54pci.c b/drivers/net/wireless/p54pci.c
index e9ecc663dc70..75927583f766 100644
--- a/drivers/net/wireless/p54pci.c
+++ b/drivers/net/wireless/p54pci.c
@@ -37,6 +37,7 @@ static struct pci_device_id p54p_table[] __devinitdata = {
37 { PCI_DEVICE(0x1260, 0x3877) }, 37 { PCI_DEVICE(0x1260, 0x3877) },
38 /* Intersil PRISM Javelin/Xbow Wireless LAN adapter */ 38 /* Intersil PRISM Javelin/Xbow Wireless LAN adapter */
39 { PCI_DEVICE(0x1260, 0x3886) }, 39 { PCI_DEVICE(0x1260, 0x3886) },
40 { },
40}; 41};
41 42
42MODULE_DEVICE_TABLE(pci, p54p_table); 43MODULE_DEVICE_TABLE(pci, p54p_table);