hostapd: update to 20100418 (0.7.2)
[openwrt/svn-archive/archive.git] / package / hostapd / patches / 320-rescan_immediately.patch
1 --- a/wpa_supplicant/events.c
2 +++ b/wpa_supplicant/events.c
3 @@ -958,7 +958,7 @@ static void wpa_supplicant_event_scan_re
4 wpa_printf(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 wpa_supplicant_req_new_scan(wpa_s, timeout_sec,
11 timeout_usec);