From: Marcel Holtmann Date: Mon, 13 Jul 2009 03:11:28 +0000 (-0700) Subject: Setup proper ident value for cellular devices X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~3557 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=583609994ef49ed11713255194f0289e85e87b9f;p=profile%2Fivi%2Fconnman.git Setup proper ident value for cellular devices --- diff --git a/src/inet.c b/src/inet.c index 2546778..a8987d1 100644 --- a/src/inet.c +++ b/src/inet.c @@ -432,6 +432,7 @@ struct connman_device *connman_inet_create_device(int index) case CONNMAN_DEVICE_TYPE_MBM: case CONNMAN_DEVICE_TYPE_HSO: mode = CONNMAN_DEVICE_MODE_NETWORK_SINGLE; + ident = index2ident(index, NULL); break; }