connman: disable BackgroundScanning.

We dont use it anyway and it makes wifi a little unstable.
At least on RPi.
This commit is contained in:
jenkins 2013-03-12 17:27:07 +01:00
parent ce555f26e7
commit 632c954cff

View File

@ -4,4 +4,4 @@
# Background scanning will start every 5 minutes unless
# the scan list is empty. In that case, a simple backoff
# mechanism starting from 10s up to 5 minutes will run.
BackgroundScanning = true
BackgroundScanning = false