hostapd: update to latest version (20130707)
[openwrt/svn-archive/archive.git] / package / network / services / hostapd / patches / 480-terminate_on_setup_failure.patch
index a0f5458864d8316f00f7a16bc49c78e0b350dc3b..a8f395237c3cc92e4681e9a189562d781ea9bf2d 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/ap/hostapd.c
 +++ b/src/ap/hostapd.c
-@@ -975,11 +975,8 @@ int hostapd_setup_interface_complete(str
+@@ -951,11 +951,8 @@ int hostapd_setup_interface_complete(str
        size_t j;
        u8 *prev_addr;
  
@@ -14,7 +14,7 @@
  
        wpa_printf(MSG_DEBUG, "Completing interface initialization");
        if (hapd->iconf->channel) {
-@@ -999,7 +996,7 @@ int hostapd_setup_interface_complete(str
+@@ -975,7 +972,7 @@ int hostapd_setup_interface_complete(str
                                     hapd->iconf->vht_oper_centr_freq_seg1_idx)) {
                        wpa_printf(MSG_ERROR, "Could not set channel for "
                                   "kernel driver");
@@ -23,7 +23,7 @@
                }
        }
  
-@@ -1010,7 +1007,7 @@ int hostapd_setup_interface_complete(str
+@@ -986,7 +983,7 @@ int hostapd_setup_interface_complete(str
                        hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
                                       HOSTAPD_LEVEL_WARNING,
                                       "Failed to prepare rates table.");
@@ -32,7 +32,7 @@
                }
        }
  
-@@ -1018,14 +1015,14 @@ int hostapd_setup_interface_complete(str
+@@ -994,14 +991,14 @@ int hostapd_setup_interface_complete(str
            hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) {
                wpa_printf(MSG_ERROR, "Could not set RTS threshold for "
                           "kernel driver");
@@ -49,7 +49,7 @@
        }
  
        prev_addr = hapd->own_addr;
-@@ -1035,7 +1032,7 @@ int hostapd_setup_interface_complete(str
+@@ -1011,7 +1008,7 @@ int hostapd_setup_interface_complete(str
                if (j)
                        os_memcpy(hapd->own_addr, prev_addr, ETH_ALEN);
                if (hostapd_setup_bss(hapd, j == 0))
@@ -58,7 +58,7 @@
                if (hostapd_mac_comp_empty(hapd->conf->bssid) == 0)
                        prev_addr = hapd->own_addr;
        }
-@@ -1049,7 +1046,7 @@ int hostapd_setup_interface_complete(str
+@@ -1025,7 +1022,7 @@ int hostapd_setup_interface_complete(str
        if (hostapd_driver_commit(hapd) < 0) {
                wpa_printf(MSG_ERROR, "%s: Failed to commit driver "
                           "configuration", __func__);
@@ -67,7 +67,7 @@
        }
  
        /*
-@@ -1070,6 +1067,11 @@ int hostapd_setup_interface_complete(str
+@@ -1046,6 +1043,11 @@ int hostapd_setup_interface_complete(str
                   iface->bss[0]->conf->iface);
  
        return 0;