Author: radek                        Date: Mon Jul 24 13:30:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ra0 support

---- Files affected:
SOURCES:
   wlan-ui-rt2x00.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wlan-ui-rt2x00.patch
diff -u /dev/null SOURCES/wlan-ui-rt2x00.patch:1.1
--- /dev/null   Mon Jul 24 15:30:55 2006
+++ SOURCES/wlan-ui-rt2x00.patch        Mon Jul 24 15:30:50 2006
@@ -0,0 +1,11 @@
+--- wlan-ui.pl 2006-07-24 11:52:54.833869250 +0200
++++ wlan-ui.pl.new     2006-07-24 14:22:11.953654250 +0200
+@@ -497,7 +497,7 @@
+     ## find device in proc
+     open WLANDEV, '/proc/net/wireless';
+     while (<WLANDEV>) {
+-        if ($_ =~/(eth|wlan)(\d)/) {
++        if ($_ =~/\b(eth|wlan|ra)(\d)/) {
+             $WLANdevice = $1.$2;
+         }
+     }
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to