summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-09-20 14:45:38 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-09-20 14:45:38 +0000
commitde7614b2c5934965c8c8603588c7fc0d6e6d6ca6 (patch)
tree46ecc7e8eab66432b4fad9f5c2963e68f424d383 /package/hostapd/patches
parentc5d7c77e8734361b5fceb5a86e5514e666c48441 (diff)
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/patches')
-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 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;