[PATCH] Clear the Error property

2015-10-22 Thread Naveen Singh
From: nasingh It is been seen that if the service state has transitioned to failure there is no way for it to get it back to idle. This fix allows the state to be transitioned back to idle as part of handling clear_property handler for error event. Refer Patrik's commit 251d95755dd144c8bd6d3e3bd5

[PATCH] wifi: Reset device->scanning if scan has not returned in 15 secs

2015-10-22 Thread pasi . sjoholm
From: Pasi Sjöholm Due unknown reason sometimes device->scanning is not set to false after wifi scanning (connman 1.30 and wpa_supplicant 2.5). This is probably due callback-function not being called after wifi scan and therefore it needs to have a timer to prevent deadlock. --- plugins/wifi.c |