commit | 0fb9a9ec27718fbf7fa3153bc94becefb716ceeb | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Aug 20 16:25:38 2010 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Aug 25 14:33:17 2010 -0400 |
tree | 8f5d6a5fa9f2c6b8b08273dc198d6187d0a70361 | |
parent | b62177a0aa0521fd07cd7501534c0c3b256ebce6 [diff] |
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>