Revision: 2851
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2851&view=rev
Author:   owes
Date:     2009-05-13 19:02:56 +0000 (Wed, 13 May 2009)

Log Message:
-----------
Sigh. Several WLAN cards turn out to use PCI class 0280.
So for the benefit of automagically configuring WLAN we take the penalty of 
confusingly identifying ISDN...

Note: this does not mean we have WLAN AP, WEP, WPA2, can configure SSID etc.

Modified Paths:
--------------
    ipcop/trunk/src/installer/hardware.c

Modified: ipcop/trunk/src/installer/hardware.c
===================================================================
--- ipcop/trunk/src/installer/hardware.c        2009-05-13 14:52:59 UTC (rev 
2850)
+++ ipcop/trunk/src/installer/hardware.c        2009-05-13 19:02:56 UTC (rev 
2851)
@@ -432,10 +432,13 @@
                 Info about PCI classes can be found here: 
http://pci-ids.ucw.cz/read/PD/
             */
             if (!strcmp(busclass, "0200") ||    /* Ethernet */
+                !strcmp(busclass, "0201") ||    /* Token Ring */
 //                !strcmp(busclass, "0202") ||    /* FDDI */
 //                !strcmp(busclass, "0203") ||    /* ATM */
-//                !strcmp(busclass, "0280") ||    /* Other */
-                !strcmp(busclass, "0201")       /* Token Ring */
+//                !strcmp(busclass, "0204") ||    /* ISDN */
+//                !strcmp(busclass, "0205") ||    /* WorldFip */
+//                !strcmp(busclass, "0206") ||    /* PICMG */
+                !strcmp(busclass, "0280")       /* Other, some ISDN and WLAN */
                 ) {
                 type = network;
             }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to