From 0389ef2cd3b8836959c67895e3fee5802d8f64ea Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 3 Dec 2008 13:51:19 +0100 Subject: [PATCH] Disable strength and noise properties for now --- plugins/wifi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); -- 2.7.4