aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Albert <[email protected]>2010-06-13 14:22:23 +0200
committerJohn W. Linville <[email protected]>2010-06-14 15:05:06 -0400
commit50900f1698f68127e54c67fdfe829e4a97b1be2b (patch)
treea3e3c924ca19e7a3563ccbd83faf1d28d2189186
parent13deb23a52c13053fc509f119eb80b903c65a879 (diff)
p54pci: add Symbol AP-300 minipci adapters pciid
Cc: [email protected] Signed-off-by: Christian Lamparter <[email protected]> Signed-off-by: John W. Linville <[email protected]>
-rw-r--r--drivers/net/wireless/p54/p54pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54pci.c b/drivers/net/wireless/p54/p54pci.c
index 07c4528f6e6b..a5ea89cde8c4 100644
--- a/drivers/net/wireless/p54/p54pci.c
+++ b/drivers/net/wireless/p54/p54pci.c
@@ -41,6 +41,8 @@ static DEFINE_PCI_DEVICE_TABLE(p54p_table) = {
{ PCI_DEVICE(0x1260, 0x3877) },
/* Intersil PRISM Javelin/Xbow Wireless LAN adapter */
{ PCI_DEVICE(0x1260, 0x3886) },
+ /* Intersil PRISM Xbow Wireless LAN adapter (Symbol AP-300) */
+ { PCI_DEVICE(0x1260, 0xffff) },
{ },
};