wpa_supplicant: increase the time between scans to reduce the number of hw resets
authorFelix Fietkau <nbd@openwrt.org>
Tue, 20 Sep 2011 14:45:38 +0000 (14:45 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 20 Sep 2011 14:45:38 +0000 (14:45 +0000)
SVN-Revision: 28262

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;