Re: [PATCH] call __connman_technology_add_interface() after rtnl->newlink()

2010-12-09 Thread Samuel Ortiz
Hi Martin, On Thu, Dec 09, 2010 at 06:08:53PM +0800, martin...@intel.com wrote: > From: Martin Xu > > The device is created and attach technology at rtnl->newlink(), so > __connman_technology_add_interface() nees to be called after rtnl->newlink() Patch applied, with this minor fix: > @@ -460,1

[PATCH] call __connman_technology_add_interface() after rtnl->newlink()

2010-12-09 Thread martin . xu
From: Martin Xu The device is created and attach technology at rtnl->newlink(), so __connman_technology_add_interface() nees to be called after rtnl->newlink() --- src/rtnl.c | 15 +++ 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/rtnl.c b/src/rtnl.c index 8fea