Re: Question : Supporting WiFi Direct

2013-01-30 Thread Patrik Flykt
On Wed, 2013-01-30 at 01:38 +0900, 최환석 wrote: > Are there any activities related to WiFi Direct? I'm not aware of any going on at the moment. Everybody who feels a strong need is always free to send patches... :-) Cheers, Patrik ___ connman

Re: [PATCH] network: Unset driver on failed match

2013-01-30 Thread Patrik Flykt
On Tue, 2013-01-29 at 11:44 +0200, patrik.fl...@linux.intel.com wrote: > From: Patrik Flykt > > --- > src/network.c |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/network.c b/src/network.c > index 57b1974..4215833 100644 > --- a/src/network.c > +++ b/src/netw

Re: [PATCH v4 00/18] Bluez 5 bluetooth plugin

2013-01-30 Thread Patrik Flykt
On Tue, 2013-01-29 at 09:42 +0100, Daniel Wagner wrote: > On 29.01.2013 09:40, Daniel Wagner wrote: > > Hi Patrik, > > > >> Please test, especially tethering with Bluez 4! > > > > Doesn't work for me: > > > > connmand[22017]: src/service.c:connect_service() service 0x1f28d60 > > connmand[22017]:

Re: [PATCH v4 00/18] Bluez 5 bluetooth plugin

2013-01-30 Thread Patrik Flykt
On Mon, 2013-01-28 at 17:44 +0200, patrik.fl...@linux.intel.com wrote: > From: Patrik Flykt > > Hi, > > In hopefully what is the final Bluez 5 bluetooth plugin version, two > patches are added. > > The first one (patch 17) now allows a technology to have more than one > technology driver.

[PATCH] bluetooth_legacy: Check network in probe function

2013-01-30 Thread patrik . flykt
From: Patrik Flykt The network probed can belong to the new Bluez 5 bluetooth plugin or to this plugin. Check if this plugin created the network and proceed accordingly. --- Move hash table inseting earlier so that the network can be detected properly. plugins/bluetooth_legacy.c | 22 +++

[PATCH] README: Include kernel options for tethering

2013-01-30 Thread patrik . flykt
From: Patrik Flykt --- README | 17 + 1 file changed, 17 insertions(+) diff --git a/README b/README index db3908c..0f86bc1 100644 --- a/README +++ b/README @@ -204,6 +204,23 @@ For a working system, certain configuration options need to be enabled: in order to

[PATCH 1/3] ethernet: Set network available is needed only when scanning

2013-01-30 Thread patrik . flykt
From: Patrik Flykt --- plugins/ethernet.c |2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/ethernet.c b/plugins/ethernet.c index fbfff63..6a20eb2 100644 --- a/plugins/ethernet.c +++ b/plugins/ethernet.c @@ -107,8 +107,6 @@ static void add_network(struct connman_device *device,

[PATCH 0/3] Removal of extra connman_network_set_available()

2013-01-30 Thread patrik . flykt
From: Patrik Flykt Hi, It turns out that connman_network_set_available() is only used when scanning in order to mark found networks. Since neither ethernet, ofono or dundee support scanning, this function isn't needed in any of these plugins. Cheers, Patrik Patrik Flykt (3):

[PATCH 3/3] dundee: Set network available is needed only when scanning

2013-01-30 Thread patrik . flykt
From: Patrik Flykt --- plugins/dundee.c |2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/dundee.c b/plugins/dundee.c index 7ebdfe9..1326b6b 100644 --- a/plugins/dundee.c +++ b/plugins/dundee.c @@ -181,8 +181,6 @@ static int create_network(struct dundee_data *info) group =

[PATCH 2/3] ofono: Set network available is needed only when scanning

2013-01-30 Thread patrik . flykt
From: Patrik Flykt --- plugins/ofono.c |2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index b55a76d..082c8b2 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -1037,8 +1037,6 @@ static void add_network(struct modem_data *modem) group = get_i

Re: [PATCH] README: Include kernel options for tethering

2013-01-30 Thread Patrik Flykt
On Wed, 2013-01-30 at 14:57 +0200, patrik.fl...@linux.intel.com wrote: > From: Patrik Flykt > > --- > README | 17 + > 1 file changed, 17 insertions(+) Applied. Patrik ___ connman mailing list connman@connman.net http://lis

Re: [PATCH 0/3] Removal of extra connman_network_set_available()

2013-01-30 Thread Patrik Flykt
On Wed, 2013-01-30 at 14:57 +0200, patrik.fl...@linux.intel.com wrote: > From: Patrik Flykt > > Hi, > > It turns out that connman_network_set_available() is only used when > scanning in order to mark found networks. Since neither ethernet, ofono > or dundee support scanning, this function

Re: [PATCH pacrunner 1/2] build: Do not use deprecated AM_CONFIG_HEADER

2013-01-30 Thread Patrik Flykt
On Thu, 2013-01-10 at 13:32 -0200, Lucas De Marchi wrote: > The long-obsoleted AM_CONFIG_HEADER macro was removed in automake 1.13. > Use AC_CONFIG_HEADERS instead. Applied, thaks! Patrik ___ connman mailing list connman@connman.net http://list

Re: [PATCH pacrunner 2/2] build: Use AM_CPPFLAGS instead of INCLUDES

2013-01-30 Thread Patrik Flykt
On Thu, 2013-01-10 at 13:32 -0200, Lucas De Marchi wrote: > Makefile.am:141: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or > '*_CPPFLAGS') Applied, thanks! Patrik ___ connman mailing list connman@connman.net http://lists.connman.ne

Re: [PACrunner PATCH v2 0/4] Handle threads data protection without obsolete g_thread API

2013-01-30 Thread Patrik Flykt
On Tue, 2013-01-22 at 14:39 +0200, Tomasz Bursztyka wrote: > Hi, > > version 2 of the patchset. Added the patch for the client part. > > Please review, Looks good, but configure.ac is still configured to look for gthread: "checking for GTHREAD... yes" Cheers, Patrik __

RE: Connman does not automatically switch to Wired LAN

2013-01-30 Thread Zheng, Jeff
Hi Sameer, > -Original Message- > From: connman-boun...@connman.net > [mailto:connman-boun...@connman.net] On Behalf Of Sameer Naik > Sent: Thursday, January 31, 2013 2:16 AM > To: connman@connman.net > Subject: Connman does not automatically switch to Wired LAN > > Hello, > > I am using

Re: Connman does not automatically switch to Wired LAN

2013-01-30 Thread Patrik Flykt
On Thu, 2013-01-31 at 01:40 +, Zheng, Jeff wrote: > SingleConnectedTechnology = true That one is not recommended and should not be used in normal devices. It only lets the _last_ connected connection to be used and thus prevents the detection and usage of another technolgy that could go online