aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/550-limit_debug_messages.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/550-limit_debug_messages.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/550-limit_debug_messages.patch')
-rw-r--r--package/network/services/hostapd/patches/550-limit_debug_messages.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/hostapd/patches/550-limit_debug_messages.patch b/package/network/services/hostapd/patches/550-limit_debug_messages.patch
index 659e980112..aaea94137f 100644
--- a/package/network/services/hostapd/patches/550-limit_debug_messages.patch
+++ b/package/network/services/hostapd/patches/550-limit_debug_messages.patch
@@ -182,7 +182,7 @@
/*
* wpa_dbg() behaves like wpa_msg(), but it can be removed from build to reduce
-@@ -172,7 +213,12 @@ void wpa_hexdump_ascii_key(int level, co
+@@ -174,7 +215,12 @@ void wpa_hexdump_ascii_key(int level, co
*
* Note: New line '\n' is added to the end of the text when printing to stdout.
*/
@@ -196,7 +196,7 @@
/**
* wpa_msg_ctrl - Conditional printf for ctrl_iface monitors
-@@ -186,8 +232,13 @@ void wpa_msg(void *ctx, int level, const
+@@ -188,8 +234,13 @@ void wpa_msg(void *ctx, int level, const
* attached ctrl_iface monitors. In other words, it can be used for frequent
* events that do not need to be sent to syslog.
*/
@@ -209,5 +209,5 @@
+ _wpa_msg_ctrl(ctx, level, __VA_ARGS__); \
+ } while(0)
- typedef void (*wpa_msg_cb_func)(void *ctx, int level, const char *txt,
- size_t len);
+ /**
+ * wpa_msg_global - Global printf for ctrl_iface monitors