summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/530-rescan_immediately.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-23 21:34:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-23 21:34:35 +0000
commitd7bdfca6d0879280b8b6f4e5e2f6e9086421a982 (patch)
tree4b4d4d0aeceee1ad8bfef80bc498a0bb078f91a0 /package/hostapd/patches/530-rescan_immediately.patch
parentedfcbe5705a9d1ce7d21f7bf7460593447875822 (diff)
downloadmaster-31e0f0ae-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.tar.gz
master-31e0f0ae-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.tar.bz2
master-31e0f0ae-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.zip
hostapd: update to 2011-04-21
SVN-Revision: 26749
Diffstat (limited to 'package/hostapd/patches/530-rescan_immediately.patch')
-rw-r--r--package/hostapd/patches/530-rescan_immediately.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/package/hostapd/patches/530-rescan_immediately.patch b/package/hostapd/patches/530-rescan_immediately.patch
index 0c8d846109..01a2ecdef1 100644
--- a/package/hostapd/patches/530-rescan_immediately.patch
+++ b/package/hostapd/patches/530-rescan_immediately.patch
@@ -1,11 +1,11 @@
---- a/wpa_supplicant/events.c
-+++ b/wpa_supplicant/events.c
-@@ -958,7 +958,7 @@ static int _wpa_supplicant_event_scan_re
- wpa_dbg(wpa_s, MSG_DEBUG, "Setup a new network");
- wpa_supplicant_associate(wpa_s, NULL, ssid);
- } else {
-- int timeout_sec = 5;
-+ int timeout_sec = 0;
- int timeout_usec = 0;
- #ifdef CONFIG_P2P
- if (wpa_s->p2p_in_provisioning) {
+--- a/wpa_supplicant/wpa_supplicant.c
++++ b/wpa_supplicant/wpa_supplicant.c
+@@ -2070,7 +2070,7 @@ static struct wpa_supplicant * wpa_suppl
+ if (wpa_s == NULL)
+ return NULL;
+ wpa_s->scan_req = 1;
+- wpa_s->scan_interval = 5;
++ wpa_s->scan_interval = 0;
+ wpa_s->new_connection = 1;
+ wpa_s->parent = wpa_s;
+