Browse Source

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

SVN-Revision: 28262
Felix Fietkau 14 years ago
parent
commit
51a4dc1bb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/hostapd/patches/530-rescan_immediately.patch

+ 1 - 1
package/hostapd/patches/530-rescan_immediately.patch

@@ -5,7 +5,7 @@
  		return NULL;
  	wpa_s->scan_req = 1;
 -	wpa_s->scan_interval = 5;
-+	wpa_s->scan_interval = 0;
++	wpa_s->scan_interval = 1;
  	wpa_s->new_connection = 1;
  	wpa_s->parent = wpa_s;