aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/700-ubus_support.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/700-ubus_support.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/700-ubus_support.patch')
-rw-r--r--package/network/services/hostapd/patches/700-ubus_support.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/network/services/hostapd/patches/700-ubus_support.patch b/package/network/services/hostapd/patches/700-ubus_support.patch
index 9fc429a5bb..8e6f6c08bc 100644
--- a/package/network/services/hostapd/patches/700-ubus_support.patch
+++ b/package/network/services/hostapd/patches/700-ubus_support.patch
@@ -480,7 +480,7 @@
+#endif
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
-@@ -265,6 +265,7 @@ static int hostapd_broadcast_wep_set(str
+@@ -241,6 +241,7 @@ static int hostapd_broadcast_wep_set(str
static void hostapd_free_hapd_data(struct hostapd_data *hapd)
{
@@ -488,7 +488,7 @@
iapp_deinit(hapd->iapp);
hapd->iapp = NULL;
accounting_deinit(hapd);
-@@ -830,6 +831,8 @@ static int hostapd_setup_bss(struct host
+@@ -806,6 +807,8 @@ static int hostapd_setup_bss(struct host
if (hapd->driver && hapd->driver->set_operstate)
hapd->driver->set_operstate(hapd->drv_priv, 1);
@@ -497,7 +497,7 @@
return 0;
}
-@@ -980,6 +983,7 @@ int hostapd_setup_interface_complete(str
+@@ -956,6 +959,7 @@ int hostapd_setup_interface_complete(str
if (err)
goto error;
@@ -505,7 +505,7 @@
wpa_printf(MSG_DEBUG, "Completing interface initialization");
if (hapd->iconf->channel) {
iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
-@@ -1072,6 +1076,7 @@ int hostapd_setup_interface_complete(str
+@@ -1048,6 +1052,7 @@ int hostapd_setup_interface_complete(str
error:
wpa_printf(MSG_ERROR, "Interface initialization failed");
@@ -513,7 +513,7 @@
eloop_terminate();
return -1;
}
-@@ -1170,6 +1175,8 @@ void hostapd_interface_deinit_free(struc
+@@ -1146,6 +1151,8 @@ void hostapd_interface_deinit_free(struc
void *drv_priv;
if (iface == NULL)
return;