projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: update bcma and ssb to master-2011-07-21
[openwrt.git]
/
package
/
hostapd
/
patches
/
552-ctrl_iface_reload.patch
diff --git
a/package/hostapd/patches/552-ctrl_iface_reload.patch
b/package/hostapd/patches/552-ctrl_iface_reload.patch
index
0cb1ccc
..
a780f7d
100644
(file)
--- 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
--- a/hostapd/ctrl_iface.c
+++ b/hostapd/ctrl_iface.c
-@@ -3
8,6 +38
,7 @@
+@@ -3
9,6 +39
,7 @@
#include "wps/wps_defs.h"
#include "wps/wps.h"
#include "ctrl_iface.h"
#include "wps/wps_defs.h"
#include "wps/wps.h"
#include "ctrl_iface.h"
@@
-8,7
+8,7
@@
struct wpa_ctrl_dst {
struct wpa_ctrl_dst {
-@@ -4
8,6 +49
,7 @@ struct wpa_ctrl_dst {
+@@ -4
9,6 +50
,7 @@ struct wpa_ctrl_dst {
int errors;
};
int errors;
};
@@
-16,7
+16,7
@@
static void hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level,
const char *buf, size_t len);
static void hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level,
const char *buf, size_t len);
-@@ -32
2,6 +324
,66 @@ static int hostapd_ctrl_iface_disassocia
+@@ -32
3,6 +325
,66 @@ static int hostapd_ctrl_iface_disassocia
return 0;
}
return 0;
}
@@
-83,7
+83,7
@@
#ifdef CONFIG_IEEE80211W
#ifdef NEED_AP_MLME
#ifdef CONFIG_IEEE80211W
#ifdef NEED_AP_MLME
-@@ -8
18,6 +880
,10 @@ static void hostapd_ctrl_iface_receive(i
+@@ -8
22,6 +884
,10 @@ static void hostapd_ctrl_iface_receive(i
reply_len += res;
}
#endif /* CONFIG_NO_RADIUS */
reply_len += res;
}
#endif /* CONFIG_NO_RADIUS */
This page took
0.043714 seconds
and
4
git commands to generate.