profile/ivi/connman.git
11 years agotethering: Re-add error message about missing bridge functionality 65/3365/1
Artem Bityutskiy [Fri, 7 Sep 2012 06:04:38 +0000 (09:04 +0300)]
tethering: Re-add error message about missing bridge functionality

Commit upstream: 18d852960a02a9939616787043cddea68e92f226

Commit 4fe07df removed an error message about missing bridge functionality.
Return it back.

11 years agotethering: Fix bridge module loading problem 63/3363/1
Artem Bityutskiy [Wed, 5 Sep 2012 14:52:45 +0000 (17:52 +0300)]
tethering: Fix bridge module loading problem

Commit upstream: 4fe07dfed4f720136ee142e56a9d43242c8c78dc

Connman tries to check if bridging is supported by the kernel by checking
whether "/proc/sys/net/bridge" is present. If the bridge is a kernel
module which is not already loaded, then tethering cannot be enabled.

Instead of checking for the file we invoke the "get bridge version" socket
ioctl and the kernel will handle module loading issues - if the bridge
module is not loaded, it will first load it, and then check the version.

11 years agoTizen 2.0 Release
HyungKyu Song [Fri, 15 Feb 2013 15:12:17 +0000 (00:12 +0900)]
Tizen 2.0 Release

16 years agoInitial revision
Marcel Holtmann [Sat, 22 Dec 2007 19:47:27 +0000 (20:47 +0100)]
Initial revision