Hi, I didn't see any previous post about this material, so here is the patch. It adds support for some Netgear WG111v3, with ProductId 0x4260. It works for me in infrastructure mode, without encryption and with WEP ASCII key. I can't test other encryption schemes. Patch is against 2.6.27-rc2. --- rtl8187_dev.c.old 2008-08-09 17:04:46.000000000 +0200 +++ rtl8187_dev.c 2008-08-09 16:42:22.000000000 +0200 @@ -40,6 +40,7 @@ /* Netgear */ {USB_DEVICE(0x0846, 0x6100), .driver_info = DEVICE_RTL8187}, {USB_DEVICE(0x0846, 0x6a00), .driver_info = DEVICE_RTL8187}, + {USB_DEVICE(0x0846, 0x4260), .driver_info = DEVICE_RTL8187B}, /* HP */ {USB_DEVICE(0x03f0, 0xca02), .driver_info = DEVICE_RTL8187}, /* Sitecom */ Regards, Matthieu Barthélemy -- 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