From d807f70e4781773557c4aa8ed9ee5062b41568fb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 8 Feb 2011 19:31:43 +0000 Subject: mac80211: update to wireless-testing 2010-02-07 SVN-Revision: 25425 --- .../patches/018-revert_printk_va_format.patch | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'package/mac80211/patches/018-revert_printk_va_format.patch') diff --git a/package/mac80211/patches/018-revert_printk_va_format.patch b/package/mac80211/patches/018-revert_printk_va_format.patch index 5ac97be0a1..2cbc0f95e9 100644 --- a/package/mac80211/patches/018-revert_printk_va_format.patch +++ b/package/mac80211/patches/018-revert_printk_va_format.patch @@ -186,24 +186,3 @@ va_end(args); } #endif /* DEBUG */ ---- a/drivers/net/wireless/ath/main.c -+++ b/drivers/net/wireless/ath/main.c -@@ -60,16 +60,13 @@ EXPORT_SYMBOL(ath_rxbuf_alloc); - int ath_printk(const char *level, struct ath_common *common, - const char *fmt, ...) - { -- struct va_format vaf; - va_list args; - int rtn; - - va_start(args, fmt); - -- vaf.fmt = fmt; -- vaf.va = &args; -- -- rtn = printk("%sath: %pV", level, &vaf); -+ printk("%sath: ", level); -+ rtn = vprintk(fmt, args); - - va_end(args); - -- cgit v1.2.3