From: nbd Date: Tue, 20 Sep 2011 14:46:23 +0000 (+0000) Subject: wpa_supplicant: increase the time between scans to reduce the number of hw resets... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=6afb13e7952c2f3e6e0f3924b5a032621f436563 wpa_supplicant: increase the time between scans to reduce the number of hw resets (backport of r28262) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@28263 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/hostapd/patches/530-rescan_immediately.patch b/package/hostapd/patches/530-rescan_immediately.patch index 01a2ecdef..f916a7bf6 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;