[PATCH v2] Fix for bugs 12104

2011-01-25 Thread Mohamed Abbas
The proplem related unbalnced call to connman_device_set_scanning with TRUE/FALSE this will end up leaving device-scanning in wrong state causing autoconnect to be not called. This patch also add connman_device_reset_scannind api to reset device-scanning to false if scan for some reason did not

Re: [PATCH v2] Fix for bugs 12104

2011-01-25 Thread Samuel Ortiz
Hi Mohamed, On Tue, Jan 25, 2011 at 01:14:04PM -0800, Mohamed Abbas wrote: The proplem related unbalnced call to connman_device_set_scanning with TRUE/FALSE this will end up leaving device-scanning in wrong state causing autoconnect to be not called. This patch also add