From bec92e35a029fc9dd65022f11c01fd08f91f8c92 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 20 Sep 2011 14:46:23 +0000 Subject: [PATCH] wpa_supplicant: increase the time between scans to reduce the number of hw resets (backport of r28262) SVN-Revision: 28263 --- package/hostapd/patches/530-rescan_immediately.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2