summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-04-21 05:17:41 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-04-21 05:17:41 +0100
commitbae941e82a41fba45364ec3fa3dff6221f086e46 (patch)
tree9b783e070c3a97b2747a3fc8037391fc16af36cc /src/profile.c
parent90406cff092e149ef835d684e5d4d445687a2e01 (diff)
downloadconnman-bae941e82a41fba45364ec3fa3dff6221f086e46.tar.gz
connman-bae941e82a41fba45364ec3fa3dff6221f086e46.tar.bz2
connman-bae941e82a41fba45364ec3fa3dff6221f086e46.zip
Add basic handling of configuration state
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/profile.c b/src/profile.c
index cad8a359..f12bdb84 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -111,20 +111,6 @@ int __connman_profile_remove_device(struct connman_device *device)
return 0;
}
-int __connman_profile_set_carrier(struct connman_device *device,
- connman_bool_t carrier)
-{
- struct connman_service *service;
-
- DBG("device %p carrier %d", device, carrier);
-
- service = __connman_service_lookup_from_device(device);
- if (service == NULL)
- return -EINVAL;
-
- return __connman_service_set_carrier(service, carrier);
-}
-
int __connman_profile_add_network(struct connman_network *network)
{
struct connman_service *service;