hal/hald/linux net_class_device.c,1.8,1.9
Joe Shaw
joe at pdx.freedesktop.org
Fri May 28 12:26:27 PDT 2004
Update of /cvs/hal/hal/hald/linux
In directory pdx:/tmp/cvs-serv28140/hald/linux
Modified Files:
net_class_device.c
Log Message:
2004-05-28 Joe Shaw <joeshaw at novell.com>
* hald/linux/net_class_device.c (rehash_wireless): Forgot to change
a couple of references of "net.ethernet.80211" to
"net.ethernet.is_80211", so properties wouldn't get updated.
Index: net_class_device.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux/net_class_device.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/net_class_device.c 26 May 2004 20:17:13 -0000 1.8
+++ b/net_class_device.c 28 May 2004 19:26:25 -0000 1.9
@@ -953,10 +953,10 @@
{
const char *sysfs_path;
- if (!hal_device_has_property (d, "net.ethernet.80211"))
+ if (!hal_device_has_property (d, "net.ethernet.is_80211"))
return TRUE;
- if (hal_device_property_get_bool (d, "net.ethernet.80211") == FALSE)
+ if (hal_device_property_get_bool (d, "net.ethernet.is_80211") == FALSE)
return TRUE;
sysfs_path = hal_device_property_get_string (d, "linux.sysfs_path");
More information about the hal-commit
mailing list