Disable strength and noise properties for now
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 3 Dec 2008 12:51:19 +0000 (13:51 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 3 Dec 2008 12:51:19 +0000 (13:51 +0100)
plugins/wifi.c

index 1e7df6b..6793eb4 100644 (file)
@@ -228,11 +228,11 @@ static void scan_result(struct connman_element *parent,
 
                strength = network->quality;
 
-               connman_element_add_static_property(element, "WiFi.Strength",
-                                               DBUS_TYPE_BYTE, &strength);
+               //connman_element_add_static_property(element, "WiFi.Strength",
+               //                              DBUS_TYPE_BYTE, &strength);
 
-               connman_element_add_static_property(element, "WiFi.Noise",
-                                       DBUS_TYPE_INT32, &network->noise);
+               //connman_element_add_static_property(element, "WiFi.Noise",
+               //                      DBUS_TYPE_INT32, &network->noise);
 
                DBG("%s (%s) strength %d", network->identifier,
                                        element->wifi.security, strength);