wifi: Autoscan fallback using a base exponential of 3 and a shorter limit
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Tue, 24 Apr 2012 13:41:37 +0000 (16:41 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 24 Apr 2012 14:17:44 +0000 (16:17 +0200)
commitc9589f074c062f8ada8e8981604fedc6fe2bf623
treec28a2e22e6e64591f3923b4eefc23bbce938f2d4
parentcb37eaba3247a50da5ab30628dd48b1cdc2c185b
wifi: Autoscan fallback using a base exponential of 3 and a shorter limit

A base of 2 creates too many scans on too short times, so a base of 3 reduces
this amount. And a limit of 3600 is way too much, a scan every 5 minute is
more relevant.
plugins/wifi.c