aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/530-rescan_immediately.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-09 01:36:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-09 01:36:36 +0000
commitbe617d74f89ea6df86914da9ac3fdf0fe61f5a15 (patch)
tree4eef31c26fcc6e6f251cb7bc2b3da3cd20927dd6 /package/hostapd/patches/530-rescan_immediately.patch
parent7968d51bdc39efb4efac237a90375256c50aee3e (diff)
downloadupstream-be617d74f89ea6df86914da9ac3fdf0fe61f5a15.tar.gz
upstream-be617d74f89ea6df86914da9ac3fdf0fe61f5a15.tar.bz2
upstream-be617d74f89ea6df86914da9ac3fdf0fe61f5a15.zip
hostapd: update to 20101109, reorganize patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23932 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/530-rescan_immediately.patch')
-rw-r--r--package/hostapd/patches/530-rescan_immediately.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/hostapd/patches/530-rescan_immediately.patch b/package/hostapd/patches/530-rescan_immediately.patch
new file mode 100644
index 0000000000..20906ce9b2
--- /dev/null
+++ b/package/hostapd/patches/530-rescan_immediately.patch
@@ -0,0 +1,11 @@
+--- a/wpa_supplicant/events.c
++++ b/wpa_supplicant/events.c
+@@ -893,7 +893,7 @@ static void wpa_supplicant_event_scan_re
+ wpa_printf(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) {