summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-11-29 23:18:56 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-11-29 23:18:56 +0100
commit5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b (patch)
tree405baa6f1581ee9aaa90d1c9a782d2e8ecb3b600 /include/device.h
parent5e831c9c438a6db3dbaac424f50d4017bece7cd3 (diff)
downloadconnman-5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b.tar.gz
connman-5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b.tar.bz2
connman-5b7d0ea99e30cc67acb1a08cd1b71d44f3e3fc9b.zip
Use network details also for Ethernet devices
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/device.h b/include/device.h
index 3a5b4be4..de2b2d61 100644
--- a/include/device.h
+++ b/include/device.h
@@ -55,7 +55,6 @@ enum connman_device_mode {
CONNMAN_DEVICE_MODE_UNKNOWN = 0,
CONNMAN_DEVICE_MODE_NETWORK_SINGLE = 1,
CONNMAN_DEVICE_MODE_NETWORK_MULTIPLE = 2,
- CONNMAN_DEVICE_MODE_TRANSPORT_IP = 3,
};
struct connman_device;
@@ -86,8 +85,6 @@ connman_bool_t connman_device_get_secondary(struct connman_device *device);
int connman_device_set_powered(struct connman_device *device,
connman_bool_t powered);
-int connman_device_set_carrier(struct connman_device *device,
- connman_bool_t carrier);
int connman_device_set_scanning(struct connman_device *device,
connman_bool_t scanning);
void connman_device_cleanup_scanning(struct connman_device *device);