Re: [PATCH] gresolv: Remove the lookup for real

2012-10-16 Thread Patrik Flykt
On Tue, 2012-10-16 at 17:19 +0300, Jukka Rissanen wrote: > The call to g_resolv_cancel_lookup() will do nothing > because we just removed the lookup from the queue. > The fix is to remove the lookup directly and not call > the cancel function. Applied, thanks! Patrik __

[PATCH] gresolv: Remove the lookup for real

2012-10-16 Thread Jukka Rissanen
The call to g_resolv_cancel_lookup() will do nothing because we just removed the lookup from the queue. The fix is to remove the lookup directly and not call the cancel function. --- gweb/gresolv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gweb/gresolv.c b/gweb/gresolv.c

Re: [PATCH - v3 00/11] Technology: Handle fully and properly rfkill events

2012-10-16 Thread Patrik Flykt
On Mon, 2012-10-15 at 15:35 +0300, Tomasz Bursztyka wrote: > Hi, > > Here is a 3rd version. Almost same as before: Fixed patch 2 so it checks > hardblocked status if only rfkill_driven is true. > Tested by Alok against cellular, which was not rfkill driven, and it works. > > Tomasz Bursztyka (11

[PATCH v2] wispr: Keep track of proxy callback timeout

2012-10-16 Thread patrik . flykt
From: Patrik Flykt Keep track of the zero-second no proxy callback timeout and remove it when freeing up the WISPr context. --- v2: clear timeout before proxy_callback, add timeout only if it doesn't exist src/wispr.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff

Re: [PATCH v2] wispr: Keep track of proxy callback timeout

2012-10-16 Thread Patrik Flykt
On tis, 2012-10-16 at 13:56 +0300, patrik.fl...@linux.intel.com wrote: > From: Patrik Flykt > > Keep track of the zero-second no proxy callback timeout and remove > it when freeing up the WISPr context. > --- > > v2: clear timeout before proxy_callback, add timeout only if it doesn't exist Appl

[PATCH v2] wispr: Keep track of proxy callback timeout

2012-10-16 Thread patrik . flykt
From: Patrik Flykt Keep track of the zero-second no proxy callback timeout and remove it when freeing up the WISPr context. --- v2: clear timeout before proxy_callback, add timeout only if it doesn't exist src/wispr.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff

[PATCH v2] wispr: Keep track of proxy callback timeout

2012-10-16 Thread patrik . flykt
From: Patrik Flykt Keep track of the zero-second no proxy callback timeout and remove it when freeing up the WISPr context. --- v2: clear timeout before proxy_callback, add timeout only if it doesn't exist src/wispr.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff

Re: [PATCH - v2 0/2] Interface readiness, scan and device refcount issue

2012-10-16 Thread Patrik Flykt
On tis, 2012-10-16 at 08:35 +0300, Tomasz Bursztyka wrote: > Hi, > > Same patch set as before but rewritten so we remove the superfluous call > to g_supplicant_interface_get_ready() Applied, thanks! Patrik ___ connman mailing list connman@con

Re: [PATCH v2] gsupplicant: Adding a new state according to 'interface_disabled'

2012-10-16 Thread Patrik Flykt
On Wed, 2012-10-10 at 11:18 +0300, Tomasz Bursztyka wrote: > When soft rfkill is on, wpa_supplicant sets the interface disabled, and send > a state named 'interface_disabled'. It is required to be managed and taken > into account to set interface ready or not. Applied, thanks! Patrik ___

Re: [PATCH] rfkill: Return the error when write() fails

2012-10-16 Thread Patrik Flykt
On Tue, 2012-10-09 at 13:35 +0300, Tomasz Bursztyka wrote: > --- > src/rfkill.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) Applied, thanks! Patrik ___ connman mailing list connman@connman.net http://lists.connman.net/list

Re: [PATCH 0/2] gresolv fixes

2012-10-16 Thread Patrik Flykt
On Mon, 2012-10-15 at 13:36 +0300, Jukka Rissanen wrote: > Hi, > > the commit 9f0fc7962603344d071f5f34caf9e4efb8707940 exposed > more problems in gresolv.c that this patchset is trying to > fix. > > In patch #1 we remove the lookup or query from queue before calling > result callback. This is nee

Re: [PATCH 0/2] gresolv fixes

2012-10-16 Thread Daniel Wagner
Hi Jukka On 15.10.2012 12:36, Jukka Rissanen wrote: Hi, the commit 9f0fc7962603344d071f5f34caf9e4efb8707940 exposed more problems in gresolv.c that this patchset is trying to fix. In patch #1 we remove the lookup or query from queue before calling result callback. This is needed as the callbac