From: Felix Fietkau Date: Tue, 20 Sep 2011 14:45:38 +0000 (+0000) Subject: wpa_supplicant: increase the time between scans to reduce the number of hw resets X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8ec6f0785b7fe7cca44766723bc025e295cad8d6;p=15.05%2Fopenwrt.git wpa_supplicant: increase the time between scans to reduce the number of hw resets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28262 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/hostapd/patches/530-rescan_immediately.patch b/package/hostapd/patches/530-rescan_immediately.patch index 01a2ecdef1..f916a7bf6d 100644 --- a/package/hostapd/patches/530-rescan_immediately.patch +++ b/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;