| Date | Fri, 30 Jul 2010 10:30:09 -0700 | | From | Greg KH <> | | Subject | [044/140] p54pci: add Symbol AP-300 minipci adapters pciid |
| |
2.6.33-stable review patch. If anyone has any objections, please let us know.
------------------
From: Joerg Albert <jal2@gmx.de>
commit 50900f1698f68127e54c67fdfe829e4a97b1be2b upstream.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
--- drivers/net/wireless/p54/p54pci.c | 2 ++ 1 file changed, 2 insertions(+)
--- a/drivers/net/wireless/p54/p54pci.c +++ b/drivers/net/wireless/p54/p54pci.c @@ -40,6 +40,8 @@ static struct pci_device_id 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) }, { }, };
|