diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-20 14:45:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-20 14:45:38 +0000 |
commit | 51a4dc1bb2382ce9b8534411a1573d8573ed3075 (patch) | |
tree | 234fd45a436d2cd506ea31706f22e56446e2e759 /package/hostapd | |
parent | 6848e9c830e0f9e532f86c2ae078350e11426c34 (diff) | |
download | upstream-51a4dc1bb2382ce9b8534411a1573d8573ed3075.tar.gz upstream-51a4dc1bb2382ce9b8534411a1573d8573ed3075.tar.bz2 upstream-51a4dc1bb2382ce9b8534411a1573d8573ed3075.zip |
wpa_supplicant: increase the time between scans to reduce the number of hw resets
SVN-Revision: 28262
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/patches/530-rescan_immediately.patch | 2 |
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; |