From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from perches-mx.perches.com ([206.117.179.246]:60163 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S966814Ab2EOVUp (ORCPT ); Tue, 15 May 2012 17:20:45 -0400 From: Joe Perches To: Johannes Berg , "David S. Miller" , "John W. Linville" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/3] net: mac80211: Neaten debugging Date: Tue, 15 May 2012 14:20:29 -0700 Message-Id: (sfid-20120515_232107_292249_3B26A50D) In-Reply-To: <1337106548.15553.8.camel@jlt3.sipsolutions.net> References: <1337106548.15553.8.camel@jlt3.sipsolutions.net> Sender: linux-wireless-owner@vger.kernel.org List-ID: Always use pr_debug variants instead of printk(KERN_DEBUG...) Joe Perches (3): net: mac80211: Convert printk(KERN_DEBUG to pr_debug net: mac80211: Add and use ht_vdbg debugging macro net: mac80211: Add and use ibss_vdbg debugging macro include/net/mac80211.h | 24 ++++++++ net/mac80211/agg-rx.c | 30 +++------ net/mac80211/agg-tx.c | 109 +++++++++------------------------- net/mac80211/cfg.c | 4 +- net/mac80211/debugfs_netdev.c | 2 +- net/mac80211/ibss.c | 111 ++++++++++++---------------------- net/mac80211/iface.c | 4 +- net/mac80211/mesh.c | 3 +- net/mac80211/mesh_hwmp.c | 2 +- net/mac80211/mesh_pathtbl.c | 2 +- net/mac80211/mesh_plink.c | 2 +- net/mac80211/mesh_sync.c | 2 +- net/mac80211/mlme.c | 131 ++++++++++++++++++----------------------- net/mac80211/rx.c | 22 +++---- net/mac80211/sta_info.c | 23 +++----- net/mac80211/status.c | 2 +- net/mac80211/tkip.c | 21 +++---- net/mac80211/tx.c | 14 ++--- 18 files changed, 204 insertions(+), 304 deletions(-) -- 1.7.8.111.gad25c.dirty