aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/452-ctrl_iface_reload.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-30 20:27:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-30 20:27:38 +0000
commit5cdd493473fc1782720eaeee1148168d04f51c38 (patch)
tree11a5dd41eb4a020a00621330c85985eb556ca1b4 /package/network/services/hostapd/patches/452-ctrl_iface_reload.patch
parent0abf3d1380445d41e359019ad544a3ddcaf8cc03 (diff)
downloadmaster-187ad058-5cdd493473fc1782720eaeee1148168d04f51c38.tar.gz
master-187ad058-5cdd493473fc1782720eaeee1148168d04f51c38.tar.bz2
master-187ad058-5cdd493473fc1782720eaeee1148168d04f51c38.zip
hostapd: update to latest git version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/patches/452-ctrl_iface_reload.patch')
-rw-r--r--package/network/services/hostapd/patches/452-ctrl_iface_reload.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/hostapd/patches/452-ctrl_iface_reload.patch b/package/network/services/hostapd/patches/452-ctrl_iface_reload.patch
index 85e871f457..7459a0f7cd 100644
--- a/package/network/services/hostapd/patches/452-ctrl_iface_reload.patch
+++ b/package/network/services/hostapd/patches/452-ctrl_iface_reload.patch
@@ -1,6 +1,6 @@
--- a/hostapd/ctrl_iface.c
+++ b/hostapd/ctrl_iface.c
-@@ -33,6 +33,7 @@
+@@ -34,6 +34,7 @@
#include "wps/wps.h"
#include "config_file.h"
#include "ctrl_iface.h"
@@ -8,7 +8,7 @@
struct wpa_ctrl_dst {
-@@ -43,6 +44,7 @@ struct wpa_ctrl_dst {
+@@ -44,6 +45,7 @@ struct wpa_ctrl_dst {
int errors;
};
@@ -16,7 +16,7 @@
static void hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level,
const char *buf, size_t len);
-@@ -152,6 +154,68 @@ static int hostapd_ctrl_iface_new_sta(st
+@@ -153,6 +155,68 @@ static int hostapd_ctrl_iface_new_sta(st
return 0;
}
@@ -85,7 +85,7 @@
#ifdef CONFIG_IEEE80211W
#ifdef NEED_AP_MLME
-@@ -902,6 +966,10 @@ static void hostapd_ctrl_iface_receive(i
+@@ -949,6 +1013,10 @@ static void hostapd_ctrl_iface_receive(i
reply_len += res;
}
#endif /* CONFIG_NO_RADIUS */