aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2010-08-01 15:40:04 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-08-04 15:27:38 -0400
commit5f7aebd845a9d2ed42f36b7333579ec3534b4713 (patch)
treed2dc77ac7c1df04ec6a034be0eeb77ad2807d080 /drivers/net
parentath9k: fix an issue in ath_atx_tid paused flag management (diff)
downloadlinux-dev-5f7aebd845a9d2ed42f36b7333579ec3534b4713.tar.xz
linux-dev-5f7aebd845a9d2ed42f36b7333579ec3534b4713.zip
p54pci: Add PCI ID for SMC2802W
The SMC2802W appears to work with p54pci. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Tested-by: David Cozatt <olbrannon@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-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 822f8dc26e9c..71a101fb2e4e 100644
--- a/drivers/net/wireless/p54/p54pci.c
+++ b/drivers/net/wireless/p54/p54pci.c
@@ -43,6 +43,8 @@ static DEFINE_PCI_DEVICE_TABLE(p54p_table) = {
{ PCI_DEVICE(0x1260, 0x3886) },
/* Intersil PRISM Xbow Wireless LAN adapter (Symbol AP-300) */
{ PCI_DEVICE(0x1260, 0xffff) },
+ /* Standard Microsystems Corp SMC2802W Wireless PCI */
+ { PCI_DEVICE(0x10b8, 0x2802) },
{ },
};