wpa_supplicant: increase the time between scans to reduce the number of hw resets...
[openwrt-10.03/.git] / package / hostapd / patches / 530-rescan_immediately.patch
index 01a2ecdef14e1a05644c6c7a43a349b8b7a06f89..f916a7bf6d76ae3e5c7bac46f41fa2a63e2fae98 100644 (file)
@@ -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;