3 @@ -709,11 +709,8 @@ int hostapd_setup_interface_complete(str
8 - wpa_printf(MSG_ERROR, "Interface initialization failed");
15 wpa_printf(MSG_DEBUG, "Completing interface initialization");
16 if (hapd->iconf->channel) {
17 @@ -729,7 +726,7 @@ int hostapd_setup_interface_complete(str
18 hapd->iconf->secondary_channel)) {
19 wpa_printf(MSG_ERROR, "Could not set channel for "
26 @@ -740,7 +737,7 @@ int hostapd_setup_interface_complete(str
27 hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
28 HOSTAPD_LEVEL_WARNING,
29 "Failed to prepare rates table.");
35 @@ -748,14 +745,14 @@ int hostapd_setup_interface_complete(str
36 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) {
37 wpa_printf(MSG_ERROR, "Could not set RTS threshold for "
43 if (hapd->iconf->fragm_threshold > -1 &&
44 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) {
45 wpa_printf(MSG_ERROR, "Could not set fragmentation threshold "
51 prev_addr = hapd->own_addr;
52 @@ -765,7 +762,7 @@ int hostapd_setup_interface_complete(str
54 os_memcpy(hapd->own_addr, prev_addr, ETH_ALEN);
55 if (hostapd_setup_bss(hapd, j == 0))
58 if (hostapd_mac_comp_empty(hapd->conf->bssid) == 0)
59 prev_addr = hapd->own_addr;
61 @@ -777,7 +774,7 @@ int hostapd_setup_interface_complete(str
62 if (hostapd_driver_commit(hapd) < 0) {
63 wpa_printf(MSG_ERROR, "%s: Failed to commit driver "
64 "configuration", __func__);
69 wpa_printf(MSG_DEBUG, "%s: Setup of interface done.",
70 @@ -787,6 +784,11 @@ int hostapd_setup_interface_complete(str
71 iface->init_complete(iface);
76 + wpa_printf(MSG_ERROR, "Interface initialization failed");