projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[geos] remove remaining uci-defaults
[openwrt.git]
/
package
/
hostapd
/
patches
/
600-terminate_on_setup_failure.patch
diff --git
a/package/hostapd/patches/600-terminate_on_setup_failure.patch
b/package/hostapd/patches/600-terminate_on_setup_failure.patch
index
63d3ec5
..
f94684c
100644
(file)
--- a/
package/hostapd/patches/600-terminate_on_setup_failure.patch
+++ b/
package/hostapd/patches/600-terminate_on_setup_failure.patch
@@
-1,6
+1,6
@@
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
-@@ -7
17,11 +717
,8 @@ int hostapd_setup_interface_complete(str
+@@ -7
23,11 +723
,8 @@ int hostapd_setup_interface_complete(str
size_t j;
u8 *prev_addr;
size_t j;
u8 *prev_addr;
@@
-14,7
+14,7
@@
wpa_printf(MSG_DEBUG, "Completing interface initialization");
if (hapd->iconf->channel) {
wpa_printf(MSG_DEBUG, "Completing interface initialization");
if (hapd->iconf->channel) {
-@@ -7
37,7 +734
,7 @@ int hostapd_setup_interface_complete(str
+@@ -7
43,7 +740
,7 @@ int hostapd_setup_interface_complete(str
hapd->iconf->secondary_channel)) {
wpa_printf(MSG_ERROR, "Could not set channel for "
"kernel driver");
hapd->iconf->secondary_channel)) {
wpa_printf(MSG_ERROR, "Could not set channel for "
"kernel driver");
@@
-23,7
+23,7
@@
}
}
}
}
-@@ -7
48,7 +745
,7 @@ int hostapd_setup_interface_complete(str
+@@ -7
54,7 +751
,7 @@ int hostapd_setup_interface_complete(str
hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
HOSTAPD_LEVEL_WARNING,
"Failed to prepare rates table.");
hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
HOSTAPD_LEVEL_WARNING,
"Failed to prepare rates table.");
@@
-32,7
+32,7
@@
}
}
}
}
-@@ -7
56,14 +753
,14 @@ int hostapd_setup_interface_complete(str
+@@ -7
62,14 +759
,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");
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;
}
prev_addr = hapd->own_addr;
-@@ -77
3,7 +770
,7 @@ int hostapd_setup_interface_complete(str
+@@ -77
9,7 +776
,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))
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;
}
if (hostapd_mac_comp_empty(hapd->conf->bssid) == 0)
prev_addr = hapd->own_addr;
}
-@@ -7
85,7 +782
,7 @@ int hostapd_setup_interface_complete(str
+@@ -7
91,7 +788
,7 @@ int hostapd_setup_interface_complete(str
if (hostapd_driver_commit(hapd) < 0) {
wpa_printf(MSG_ERROR, "%s: Failed to commit driver "
"configuration", __func__);
if (hostapd_driver_commit(hapd) < 0) {
wpa_printf(MSG_ERROR, "%s: Failed to commit driver "
"configuration", __func__);
@@
-66,8
+66,8
@@
+ goto error;
}
+ goto error;
}
- if (hapd->setup_complete_cb)
-@@ -
798,6 +795
,11 @@ int hostapd_setup_interface_complete(str
+ /*
+@@ -
815,6 +812
,11 @@ int hostapd_setup_interface_complete(str
iface->init_complete(iface);
return 0;
iface->init_complete(iface);
return 0;
This page took
0.025026 seconds
and
4
git commands to generate.