Skip to content
Snippets Groups Projects
Commit 51a4dc1b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

wpa_supplicant: increase the time between scans to reduce the number of hw resets

SVN-Revision: 28262
parent 6848e9c8
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment