summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-01-30 14:08:33 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-01-30 15:35:42 +0200
commit6c8f4240b1fb4f0680bedd694415f49064010bfa (patch)
tree7ec607ba078c54ed00032be4c9b02058158f9a63 /plugins
parent19fe7cad485afa6a7a5cc4aa75615ce8b7b8d376 (diff)
downloadconnman-6c8f4240b1fb4f0680bedd694415f49064010bfa.tar.gz
connman-6c8f4240b1fb4f0680bedd694415f49064010bfa.tar.bz2
connman-6c8f4240b1fb4f0680bedd694415f49064010bfa.zip
ethernet: Set network available is needed only when scanning
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ethernet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ethernet.c b/plugins/ethernet.c
index fbfff639..6a20eb29 100644
--- a/plugins/ethernet.c
+++ b/plugins/ethernet.c
@@ -107,8 +107,6 @@ static void add_network(struct connman_device *device,
return;
}
- connman_network_set_available(network, TRUE);
-
connman_network_set_group(network, "cable");
ethernet->network = network;