The SMC2802W appears to work with p54pci. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Tested-by: David Cozatt <olbrannon@xxxxxxxxx> --- Index: wireless-testing/drivers/net/wireless/p54/p54pci.c =================================================================== --- wireless-testing.orig/drivers/net/wireless/p54/p54pci.c +++ wireless-testing/drivers/net/wireless/p54/p54pci.c @@ -43,6 +43,8 @@ static DEFINE_PCI_DEVICE_TABLE(p54p_tabl { 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) }, { }, }; -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html