From: Daniel Wagner <[email protected]>

Hi,

The first patch is unrelated to the element code removal

The second one is just some random cleanups from the last element code
removal.

Number 3 and 4 are the new ones. I think number 3 is okay, of course a
good review is in order. Number 4 is a bit hackish. I think we have
some trouble with the order of creation and configuration of the
networks. E.g. connman_network_register will call network_probe()
which makes only sense if some attributes such as the network name is
set before.

cheers,
daniel

Daniel Wagner (4):
  dhcp: dhcp_invalidate fix NULL pointer access
  element: Remove left overs from clean
  element: Remove device code
  element: Remove network code

 include/element.h  |   23 ---
 include/network.h  |    3 +
 plugins/ethernet.c |   15 ++-
 plugins/wifi.c     |   13 ++-
 src/connman.h      |   22 +--
 src/device.c       |  375 +++++++++++++++++++++++++++++-------------
 src/dhcp.c         |    8 +-
 src/element.c      |  460 +---------------------------------------------------
 src/inet.c         |    2 +-
 src/main.c         |    4 +-
 src/manager.c      |    6 +-
 src/network.c      |  419 ++++++++++++++++++++++++++----------------------
 src/service.c      |   20 ++-
 13 files changed, 548 insertions(+), 822 deletions(-)

-- 
1.7.4.4

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to