From: Daniel Wagner <[email protected]> Hi,
This version of the network element removal patch is only targening the ethernet plugin and the wifi plugin. There are some loose ends to fix for wifi but I think it looks okay at this point. All other plugins have to be fixed too (e.g. ofono.c, bluetooth.c, ...). I added at a few network_probe() and some additinal tests so that only if all necessary information is available network_probe is actually executed. This seems to do the trick. cheers, daniel Daniel Wagner (1): element: Remove network code include/element.h | 2 - include/network.h | 3 + plugins/ethernet.c | 3 + plugins/wifi.c | 10 +- src/device.c | 14 +-- src/element.c | 6 - src/network.c | 438 +++++++++++++++++++++++++++++---------------------- src/service.c | 11 ++- 8 files changed, 277 insertions(+), 210 deletions(-) -- 1.7.4.4 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
