[PATCH] Another ID for hostap_pci - ISL3872
Pavel Roskin
proski
Wed Jul 30 09:58:09 PDT 2003
Hello!
Both orinoco_pci and linux-wlan-ng support PCI devices with the ID
0x1260:0x3872. linux-wlan-ng calls it "Intersil Prism2.5 ISL3872 11Mb/s
WLAN Controller". The message to the orinoco mailing list says that it's
a mini-PCI card and it works just fine. In the same thread David Gibson
writes that it's the ID of the Prism3 chip:
http://sourceforge.net/mailarchive/forum.php?thread_id=2571764&forum_id=11677
Intersil also says that ISL3872 is Prism 3, not Prism 2.5:
http://www.intersil.com/design/parametric/deviceinfo.asp?pn=ISL3872
Patch for CVS HostAP:
=========================
--- driver/modules/hostap_pci.c
+++ driver/modules/hostap_pci.c
@@ -48,6 +48,8 @@ MODULE_LICENSE("GPL");
static struct pci_device_id prism2_pci_id_table[] __devinitdata = {
+ /* Intersil Prism3 ISL3872 11Mb/s WLAN Controller */
+ { 0x1260, 0x3872, PCI_ANY_ID, PCI_ANY_ID },
/* Intersil Prism2.5 ISL3874 11Mb/s WLAN Controller */
{ 0x1260, 0x3873, PCI_ANY_ID, PCI_ANY_ID },
/* Samsung MagicLAN SWL-2210P */
=========================
--
Regards,
Pavel Roskin
More information about the Hostap
mailing list