diff options
author | David S. Miller <davem@davemloft.net> | 2010-12-14 10:52:54 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-14 10:52:54 -0800 |
commit | 6389aa73ab8c15084fce18307a8e198eaff818da (patch) | |
tree | cbad535e69b662cbb904afeacf4b50461e415b86 /drivers/net/wireless/ath/debug.c | |
parent | 0dbaee3b37e118a96bb7b8eb0d9bbaeeb46264be (diff) | |
parent | 1d212aa96e1b63459486f729af9a3fa38768b801 (diff) |
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
Diffstat (limited to 'drivers/net/wireless/ath/debug.c')
-rw-r--r-- | drivers/net/wireless/ath/debug.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/net/wireless/ath/debug.c b/drivers/net/wireless/ath/debug.c index a9600ba8ceaa..5367b1086e09 100644 --- a/drivers/net/wireless/ath/debug.c +++ b/drivers/net/wireless/ath/debug.c @@ -15,26 +15,6 @@ */ #include "ath.h" -#include "debug.h" - -void ath_print(struct ath_common *common, int dbg_mask, const char *fmt, ...) -{ - struct va_format vaf; - va_list args; - - if (likely(!(common->debug_mask & dbg_mask))) - return; - - va_start(args, fmt); - - vaf.fmt = fmt; - vaf.va = &args; - - printk(KERN_DEBUG "ath: %pV", &vaf); - - va_end(args); -} -EXPORT_SYMBOL(ath_print); const char *ath_opmode_to_string(enum nl80211_iftype opmode) { |