network: Remove connman_network_register/unregister()
[platform/upstream/connman.git] / plugins / ethernet.c
index 50442fc..2ccd498 100644 (file)
@@ -234,11 +234,11 @@ static void enable_tethering(struct connman_technology *technology,
        for (list = cdc_interface_list; list; list = list->next) {
                int index = GPOINTER_TO_INT(list->data);
 
+               connman_technology_tethering_notify(technology, TRUE);
+
                connman_inet_ifup(index);
 
                connman_inet_add_to_bridge(index, bridge);
-
-               connman_technology_tethering_notify(technology, TRUE);
        }
 }