[PATCH] notifier: Don't unnecessarily report online state on disconnect

2011-10-12 Thread patrik . flykt
From: Patrik Flykt patrik.fl...@linux.intel.com When a service disconnects, don't send an extra 'online' net.connman.Manager.StateChanged signal if another service is still connected. Fixes BMC#23421 --- src/notifier.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff

Re: Setting up WiFi tethering in MeeGo 1.2

2011-10-12 Thread Samuel Ortiz
Hi Geoffroy, On Wed, Oct 12, 2011 at 12:32:45PM +, VanCutsem, Geoffroy wrote: Hi all, I can't seem to be able to get tethering to work in MeeGo IVI 1.2. I have been testing with a WUSB54GC ver. 3 and a Linksys WUSB600N USB WiFi stick. Here is what I have done/checked: - Downloaded,

[PATCH] inet: Cleanup router solicitation callback properly after error.

2011-10-12 Thread Jukka Rissanen
The cleanup routine must be called after an error and after calling RS callback, otherwise the timeout is not removed in right time. --- src/inet.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/inet.c b/src/inet.c index d898650..56f29fd 100644 --- a/src/inet.c +++

[PATCH 1/2] gdhcp: Generic stateless DHCPv6 support.

2011-10-12 Thread Jukka Rissanen
The patch adds support for information-request DHCPv6 message. --- gdhcp/client.c | 464 gdhcp/common.c | 194 ++- gdhcp/common.h | 43 +- gdhcp/gdhcp.h | 22 +++- gdhcp/server.c |2 +- 5 files changed,

[PATCH 0/2] DHCPv6 stateless support

2011-10-12 Thread Jukka Rissanen
Hi, the following patch implements DHCPv6 information-request message i.e., stateless DHCPv6 support. We only get DNS and SNTP servers from DHCPv6 server. Tested against wide-dhcpv6-server v20080615-10 and dibbler-server 0.7.3 Regards, Jukka Jukka Rissanen (2): gdhcp: Generic stateless

Re: [RFC v1 1/3] session: Update Session API

2011-10-12 Thread Daniel Wagner
Hi Patrik, On 10/12/2011 10:29 AM, Patrik Flykt wrote: On Tue, 2011-10-11 at 15:33 +0200, Daniel Wagner wrote: The apps do not direclty communicate with the internet. This is done in the Job Dispatcher. Unfortunately I don't see the point with the Job Dispatcher in the picture. If the

[PATCH] dhcp: ref count network properly

2011-10-12 Thread Jukka Rissanen
--- src/dhcp.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/dhcp.c b/src/dhcp.c index 10e1403..c6df4fa 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -468,6 +468,8 @@ int __connman_dhcp_start(struct connman_network *network, dhcp_cb callback) dhcp-network

Re: [RFC v1 1/3] session: Update Session API

2011-10-12 Thread Patrik Flykt
On Wed, 2011-10-12 at 15:38 +0200, Daniel Wagner wrote: I am sorry if this has lead to very loud discussion in your office. Nah, shouted was a too colorful expression, no voices raised, only heads up to see the other person over one's monitor. My apology. No apologies needed, since no harm

[PATCH] wispr: ref count service properly

2011-10-12 Thread Jukka Rissanen
--- src/wispr.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/wispr.c b/src/wispr.c index 1f470f7..a0d491a 100644 --- a/src/wispr.c +++ b/src/wispr.c @@ -721,6 +721,8 @@ int __connman_wispr_start(struct connman_service *service,

Re: Setting up WiFi tethering in MeeGo 1.2

2011-10-12 Thread Julien Massot
Hi Geoffroy, try the last compat wireless package which works well with the WUSB600N USB dongle. http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.1/compat-wireless-3.1-rc8-1.tar.bz2 . The older drivers have problems with your RT3572 chipset. If it doesn't work try another firmware from

RE: Setting up WiFi tethering in MeeGo 1.2

2011-10-12 Thread VanCutsem, Geoffroy
Hi Julien, -Original Message- From: connman-boun...@connman.net [mailto:connman-boun...@connman.net] On Behalf Of Julien Massot Sent: Wednesday, October 12, 2011 4:39 PM To: connman@connman.net Subject: Re: Setting up WiFi tethering in MeeGo 1.2 Hi Geoffroy, try the last compat