[RFC v1] stats: sum stats ring bufffer up info history file

2010-11-25 Thread Daniel Wagner
From: Daniel Wagner When the ring buffer (.data file) is full or timeout is reached (e.g. 1 day) then summize the contents into a history file. --- Hi, This is version contains as v0 only the stats-tool. As soon I know I'd like to have this feature I'm going to move this into stats.c. The onl

[PATCH] ofono: Parse the new Lockdown property

2010-11-25 Thread Gustavo F. Padovan
ConnMan should not try power up the modem if some is holding the modem lock. If it does an error will be returned in that case so this is just an optimization. Connman will re-power the modem if the lock is released. --- plugins/ofono.c | 14 ++ 1 files changed, 14 insertions(+), 0 d

[PATCH] Ethernet issue after ConnMan kill/restart

2010-11-25 Thread leena.gunda
Below is a patch for: http://bugs.meego.com/show_bug.cgi?id=10397 When ethernet is connected, ethernet plugin registers the ethernet device_driver. Further on device_probe is called which invokes ethernet_probe which sets up a RTNL watch for newlink events. device_probe sets up the association

Re: [PATCH] Update TODO list regarding WPS support

2010-11-25 Thread Samuel Ortiz
Hi Tomasz, On Thu, Nov 25, 2010 at 02:17:21PM +0200, Tomasz Bursztyka wrote: > --- > TODO |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Thanks a lot, patch applied. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ ___

[PATCH] Update TODO list regarding WPS support

2010-11-25 Thread Tomasz Bursztyka
--- TODO |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 8759485..45e3c75 100644 --- a/TODO +++ b/TODO @@ -123,6 +123,9 @@ WiFi Priority: Low Complexity: C2 Dependencies: Core:Agent callbacks + Owner: Tomasz Bursztyka + + Support in gsu

Re: [PATCH] Update TODO list regarding Agent API

2010-11-25 Thread Samuel Ortiz
Hi Patrik, On Wed, Nov 24, 2010 at 12:12:37PM +0200, patrik.fl...@nokia.com wrote: > From: Patrik Flykt Applied, great. Can I assign the EAP tasks to Janne and the WPS one to Tomasz ? Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ _

Re: [PATCH] ofono: Fix parse of Modem properties

2010-11-25 Thread Samuel Ortiz
Hi Gustavo, On Wed, Nov 24, 2010 at 11:01:27PM -0200, Gustavo F. Padovan wrote: > Rename properties -> prop to keep code under 80 columns. Good catch, patch applied. You're on the AUTHORS file as well, now. Cheers, Samuel. > --- > plugins/ofono.c | 11 --- > 1 files changed, 4 insert

Re: [PATCH -v2] Remove "Providers" interface stuff from tests

2010-11-25 Thread Samuel Ortiz
Hi Gustavo, On Wed, Nov 24, 2010 at 04:21:39PM -0200, Gustavo F. Padovan wrote: > --- > Makefile.am |8 +++--- > test/list-providers | 63 > - > test/monitor-manager |2 +- > test/monitor-services |2 +- > test/test-manag

Re: [PATCH] DHCP-lib: Fix issue that HOSTNAME from DHCP server contains space

2010-11-25 Thread Samuel Ortiz
Hi Martin, On Thu, Nov 25, 2010 at 02:03:14PM +0800, martin...@intel.com wrote: > From: Martin Xu > I don't know if that fixes Marcel crash, but it makes sense anyway. Patch applied, thanks. Cheers, Samuel. > --- > gdhcp/client.c |7 +-- > 1 files changed, 5 insertions(+), 2 deletion