~cyphermox/ubuntu/natty/connman/release-0.64

« back to all changes in this revision

Viewing changes to plugins/ethernet.c

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2010-11-30 15:51:10 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: mathieu.trudel-lapierre@canonical.com-20101130155110-32g0usyc4jbl131x
New upstream release 0.64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        connman_network_set_index(network, index);
96
96
 
97
97
        connman_network_set_name(network, "Wired");
98
 
        connman_network_set_protocol(network, CONNMAN_NETWORK_PROTOCOL_IP);
99
98
 
100
99
        if (connman_device_add_network(device, network) < 0) {
101
100
                connman_network_unref(network);