merge mac80211, iw, hostapd from trunk to backfire
[openwrt-10.03/.git] / package / hostapd / patches / 320-rescan_immediately.patch
1 --- a/wpa_supplicant/events.c
2 +++ b/wpa_supplicant/events.c
3 @@ -963,7 +963,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);