mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
wpa_supplicant: increase the time between scans to reduce the number of hw resets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28262 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c5d7c77e87
commit
de7614b2c5
@ -5,7 +5,7 @@
|
|||||||
return NULL;
|
return NULL;
|
||||||
wpa_s->scan_req = 1;
|
wpa_s->scan_req = 1;
|
||||||
- wpa_s->scan_interval = 5;
|
- wpa_s->scan_interval = 5;
|
||||||
+ wpa_s->scan_interval = 0;
|
+ wpa_s->scan_interval = 1;
|
||||||
wpa_s->new_connection = 1;
|
wpa_s->new_connection = 1;
|
||||||
wpa_s->parent = wpa_s;
|
wpa_s->parent = wpa_s;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user