aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/550-limit_debug_messages.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-04-29 11:14:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-04-29 11:14:53 +0000
commitd4d223edad38f74de68f284e375532d6226604a4 (patch)
tree4ee26be95b580164120b6dd497ee40f82d0492be /package/hostapd/patches/550-limit_debug_messages.patch
parent873cdb190cc04350be85faa82da6ec4995ce5541 (diff)
downloadupstream-d4d223edad38f74de68f284e375532d6226604a4.tar.gz
upstream-d4d223edad38f74de68f284e375532d6226604a4.tar.bz2
upstream-d4d223edad38f74de68f284e375532d6226604a4.zip
hostapd: update to 20120428, fixes some radius issues and wds ap mac address issues
SVN-Revision: 31515
Diffstat (limited to 'package/hostapd/patches/550-limit_debug_messages.patch')
-rw-r--r--package/hostapd/patches/550-limit_debug_messages.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/hostapd/patches/550-limit_debug_messages.patch b/package/hostapd/patches/550-limit_debug_messages.patch
index ca8abe47f3..659e980112 100644
--- a/package/hostapd/patches/550-limit_debug_messages.patch
+++ b/package/hostapd/patches/550-limit_debug_messages.patch
@@ -1,6 +1,6 @@
--- a/src/utils/wpa_debug.c
+++ b/src/utils/wpa_debug.c
-@@ -118,7 +118,7 @@ static int syslog_priority(int level)
+@@ -201,7 +201,7 @@ void wpa_debug_close_linux_tracing(void)
*
* Note: New line '\n' is added to the end of the text when printing to stdout.
*/
@@ -9,7 +9,7 @@
{
va_list ap;
-@@ -154,8 +154,8 @@ void wpa_printf(int level, const char *f
+@@ -248,8 +248,8 @@ void wpa_printf(int level, const char *f
}
@@ -19,8 +19,8 @@
+ size_t len, int show)
{
size_t i;
- if (level < wpa_debug_level)
-@@ -262,20 +262,9 @@ static void _wpa_hexdump(int level, cons
+
+@@ -375,20 +375,9 @@ static void _wpa_hexdump(int level, cons
#endif /* CONFIG_ANDROID_LOG */
}
@@ -43,7 +43,7 @@
{
size_t i, llen;
const u8 *pos = buf;
-@@ -363,19 +352,6 @@ static void _wpa_hexdump_ascii(int level
+@@ -495,19 +484,6 @@ static void _wpa_hexdump_ascii(int level
}
@@ -63,7 +63,7 @@
#ifdef CONFIG_DEBUG_FILE
static char *last_path = NULL;
#endif /* CONFIG_DEBUG_FILE */
-@@ -459,7 +435,7 @@ void wpa_msg_register_ifname_cb(wpa_msg_
+@@ -591,7 +567,7 @@ void wpa_msg_register_ifname_cb(wpa_msg_
}
@@ -72,7 +72,7 @@
{
va_list ap;
char *buf;
-@@ -493,7 +469,7 @@ void wpa_msg(void *ctx, int level, const
+@@ -625,7 +601,7 @@ void wpa_msg(void *ctx, int level, const
}