aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/480-terminate_on_setup_failure.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-08-08 16:04:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-08-08 16:04:19 +0000
commit58b0b6c534e3f97a435722b1a012e1037c51dba0 (patch)
tree100bb9cd87c2edf0eb14e6a754c83543d825f7e3 /package/network/services/hostapd/patches/480-terminate_on_setup_failure.patch
parent7a471ec854f1d2501881cf0b15454b0dadae99c5 (diff)
downloadmaster-187ad058-58b0b6c534e3f97a435722b1a012e1037c51dba0.tar.gz
master-187ad058-58b0b6c534e3f97a435722b1a012e1037c51dba0.tar.bz2
master-187ad058-58b0b6c534e3f97a435722b1a012e1037c51dba0.zip
hostapd: update to latest version (20130707)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37738 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/patches/480-terminate_on_setup_failure.patch')
-rw-r--r--package/network/services/hostapd/patches/480-terminate_on_setup_failure.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/network/services/hostapd/patches/480-terminate_on_setup_failure.patch b/package/network/services/hostapd/patches/480-terminate_on_setup_failure.patch
index a0f5458864..a8f395237c 100644
--- a/package/network/services/hostapd/patches/480-terminate_on_setup_failure.patch
+++ b/package/network/services/hostapd/patches/480-terminate_on_setup_failure.patch
@@ -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;