hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPS
[openwrt/staging/wigyori.git] / package / hostapd / patches / 530-rescan_immediately.patch
1 --- a/wpa_supplicant/events.c
2 +++ b/wpa_supplicant/events.c
3 @@ -953,7 +953,7 @@ static int _wpa_supplicant_event_scan_re
4 wpa_dbg(wpa_s, MSG_DEBUG, "Setup a new network");
5 wpa_supplicant_associate(wpa_s, NULL, ssid);
6 } else {
7 - int timeout_sec = 5;
8 + int timeout_sec = 0;
9 int timeout_usec = 0;
10 #ifdef CONFIG_P2P
11 if (wpa_s->p2p_in_provisioning) {