merge mac80211, iw, hostapd from trunk to backfire
[openwrt-10.03/.git] / package / hostapd / patches / 310-scan_ssid.patch
index 1572098200e4c8d8127b9371490c4b7126ec477c..884459ce6651163a8a859ff084a90799a7a96928 100644 (file)
@@ -8,7 +8,7 @@
        size_t max_ssids;
        enum wpa_states prev_state;
  
-@@ -310,6 +311,16 @@ static void wpa_supplicant_scan(void *el
+@@ -316,6 +317,16 @@ static void wpa_supplicant_scan(void *el
            wpa_s->wpa_state == WPA_INACTIVE)
                wpa_supplicant_set_state(wpa_s, WPA_SCANNING);
  
@@ -25,7 +25,7 @@
        /* Find the starting point from which to continue scanning */
        ssid = wpa_s->conf->ssid;
        if (wpa_s->prev_scan_ssid != WILDCARD_SSID_SCAN) {
-@@ -371,6 +382,9 @@ static void wpa_supplicant_scan(void *el
+@@ -379,6 +390,9 @@ static void wpa_supplicant_scan(void *el
                int_array_sort_unique(params.freqs);
        }