mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +00:00
wpa_supplicant: increase the time between scans to reduce the number of hw resets
SVN-Revision: 28262
This commit is contained in:
parent
6848e9c830
commit
51a4dc1bb2
@ -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…
x
Reference in New Issue
Block a user