diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-01-24 18:54:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-01-24 18:54:20 +0000 |
commit | 0e6529d50cd7fb356c4d9d26f076d787f3f74c7c (patch) | |
tree | 91ea8a45c58b704a95e5f4c1f498d9b64bfac24f /package/hostapd/patches/552-ctrl_iface_reload.patch | |
parent | 9b34dfb5715cceeddb974751bf60c4766cbf700b (diff) | |
download | upstream-0e6529d50cd7fb356c4d9d26f076d787f3f74c7c.tar.gz upstream-0e6529d50cd7fb356c4d9d26f076d787f3f74c7c.tar.bz2 upstream-0e6529d50cd7fb356c4d9d26f076d787f3f74c7c.zip |
hostapd: update to 20110117
SVN-Revision: 25094
Diffstat (limited to 'package/hostapd/patches/552-ctrl_iface_reload.patch')
-rw-r--r-- | package/hostapd/patches/552-ctrl_iface_reload.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/hostapd/patches/552-ctrl_iface_reload.patch b/package/hostapd/patches/552-ctrl_iface_reload.patch index 0cb1ccc699..9dcf49d627 100644 --- a/package/hostapd/patches/552-ctrl_iface_reload.patch +++ b/package/hostapd/patches/552-ctrl_iface_reload.patch @@ -1,6 +1,6 @@ --- a/hostapd/ctrl_iface.c +++ b/hostapd/ctrl_iface.c -@@ -38,6 +38,7 @@ +@@ -39,6 +39,7 @@ #include "wps/wps_defs.h" #include "wps/wps.h" #include "ctrl_iface.h" @@ -8,7 +8,7 @@ struct wpa_ctrl_dst { -@@ -48,6 +49,7 @@ struct wpa_ctrl_dst { +@@ -49,6 +50,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); -@@ -322,6 +324,66 @@ static int hostapd_ctrl_iface_disassocia +@@ -323,6 +325,66 @@ static int hostapd_ctrl_iface_disassocia return 0; } @@ -83,7 +83,7 @@ #ifdef CONFIG_IEEE80211W #ifdef NEED_AP_MLME -@@ -818,6 +880,10 @@ static void hostapd_ctrl_iface_receive(i +@@ -819,6 +881,10 @@ static void hostapd_ctrl_iface_receive(i reply_len += res; } #endif /* CONFIG_NO_RADIUS */ |