network: Remove connman_network_register/unregister()
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 25 Jul 2011 14:24:30 +0000 (16:24 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 25 Jul 2011 23:21:06 +0000 (01:21 +0200)
commit04b5b05b64a613ced1b78ce6e9859f1e10032534
tree5248ef24bd922caf8baf005446427a98f9542ee8
parent4c769d10c89d516c6901243142b1efa64ab208ad
network: Remove connman_network_register/unregister()

Since the service object doesn't take a reference the
intermediate step of having a connman_network_register/unregister
is not needed. This function are only there to have an additional
step where probe()/remove() will be called. This is the job of
connman_device_add_network()/connman_device_remove_network().
include/network.h
plugins/bluetooth.c
plugins/ethernet.c
plugins/ofono.c
plugins/wifi.c
src/device.c
src/network.c
src/service.c