From: Marcel Holtmann Date: Wed, 3 Dec 2008 12:51:19 +0000 (+0100) Subject: Disable strength and noise properties for now X-Git-Tag: 0.1~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0389ef2cd3b8836959c67895e3fee5802d8f64ea;p=platform%2Fupstream%2Fconnman.git Disable strength and noise properties for now --- diff --git a/plugins/wifi.c b/plugins/wifi.c index 1e7df6b..6793eb4 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -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);