summaryrefslogtreecommitdiffstats
path: root/package
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
commit51a4dc1bb2382ce9b8534411a1573d8573ed3075 (patch)
tree234fd45a436d2cd506ea31706f22e56446e2e759 /package
parent6848e9c830e0f9e532f86c2ae078350e11426c34 (diff)
downloadmaster-31e0f0ae-51a4dc1bb2382ce9b8534411a1573d8573ed3075.tar.gz
master-31e0f0ae-51a4dc1bb2382ce9b8534411a1573d8573ed3075.tar.bz2
master-31e0f0ae-51a4dc1bb2382ce9b8534411a1573d8573ed3075.zip
wpa_supplicant: increase the time between scans to reduce the number of hw resets
SVN-Revision: 28262
Diffstat (limited to 'package')
-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;