commit | b5eb0589937eae2d58fca17fa45ed44152e772ed | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Jul 15 05:23:23 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 26 19:25:44 2009 -0700 |
tree | d449996778b3c775bffc3097838f19bed699bde0 | |
parent | c409c34bc472cc62da6c619acf786120b56c2dc2 [diff] |
net: deprecate print_mac We've had %pM for long enough now, time to deprecate print_mac() and remove the __maybe_unused attribute from DECLARE_MAC_BUF so that variables declared with that can be found and removed. Otherwise people are putting in new users of print_mac(). Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: David S. Miller <davem@davemloft.net>