aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-20 14:45:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-09-20 14:45:38 +0000
commit8ec6f0785b7fe7cca44766723bc025e295cad8d6 (patch)
tree46ecc7e8eab66432b4fad9f5c2963e68f424d383 /package/hostapd
parent249aee9ff919aa498c2bbff48e043fd0e72d9b5d (diff)
downloadupstream-8ec6f0785b7fe7cca44766723bc025e295cad8d6.tar.gz
upstream-8ec6f0785b7fe7cca44766723bc025e295cad8d6.tar.bz2
upstream-8ec6f0785b7fe7cca44766723bc025e295cad8d6.zip
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
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/patches/530-rescan_immediately.patch2
1 files changed, 1 insertions, 1 deletions
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;