Use central place to request current link details
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 8 Aug 2009 19:43:32 +0000 (12:43 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 8 Aug 2009 19:43:32 +0000 (12:43 -0700)
plugins/ethernet.c
plugins/mbm.c
plugins/wifi.c

index 2f9cf0f..cce61c2 100644 (file)
@@ -93,7 +93,7 @@ static int ethernet_probe(struct connman_device *device)
        ethernet->watch = connman_rtnl_add_newlink_watch(ethernet->index,
                                                ethernet_newlink, device);
 
-       connman_rtnl_send_getlink();
+       //connman_rtnl_send_getlink();
 
        return 0;
 }
index 0dd4f39..de3da0c 100644 (file)
@@ -224,7 +224,7 @@ static int mbm_probe(struct connman_device *device)
        data->watch = connman_rtnl_add_newlink_watch(index,
                                                mbm_newlink, device);
 
-       connman_rtnl_send_getlink();
+       //connman_rtnl_send_getlink();
 
        return 0;
 }
index 54e4aff..039e117 100644 (file)
@@ -133,7 +133,7 @@ static int wifi_probe(struct connman_device *device)
        wifi->watch = connman_rtnl_add_newlink_watch(wifi->index,
                                                        wifi_newlink, device);
 
-       connman_rtnl_send_getlink();
+       //connman_rtnl_send_getlink();
 
        return 0;
 }