net/mac80211: Use wiphy_<level>
authorJoe Perches <joe@perches.com>
Fri, 20 Aug 2010 23:25:38 +0000 (16:25 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 25 Aug 2010 18:33:17 +0000 (14:33 -0400)
commit0fb9a9ec27718fbf7fa3153bc94becefb716ceeb
tree8f5d6a5fa9f2c6b8b08273dc198d6187d0a70361
parentb62177a0aa0521fd07cd7501534c0c3b256ebce6
net/mac80211: Use wiphy_<level>

Standardize logging messages from
printk(KERN_<level> "%s: " fmt , wiphy_name(foo), args);
to
wiphy_<level>(foo, fmt, args);

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
12 files changed:
net/mac80211/cfg.c
net/mac80211/debugfs.c
net/mac80211/ibss.c
net/mac80211/iface.c
net/mac80211/key.c
net/mac80211/main.c
net/mac80211/mlme.c
net/mac80211/rate.c
net/mac80211/rx.c
net/mac80211/sta_info.c
net/mac80211/status.c
net/mac80211/tx.c