staging: rtl8712: use '%pM' format to print MAC address

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Andy Shevchenko 2010-09-11 17:17:11 +03:00 committed by Greg Kroah-Hartman
parent ff5cb20b7b
commit 0ce53f3d15
2 changed files with 1 additions and 5 deletions

View File

@ -251,9 +251,6 @@ static inline u32 _RND512(u32 sz)
return val; return val;
} }
#define MAC2STR(a) (a)[0], (a)[1], (a)[2], (a)[3], (a)[4], (a)[5]
#define MACSTR "%02x:%02x:%02x:%02x:%02x:%02x"
#define STRUCT_PACKED __attribute__ ((packed)) #define STRUCT_PACKED __attribute__ ((packed))
#endif #endif

View File

@ -1917,8 +1917,7 @@ static int r871x_get_ap_info(struct net_device *dev,
irqL); irqL);
return -EINVAL; return -EINVAL;
} }
printk(KERN_INFO "r8712u: BSSID:" MACSTR "\n", printk(KERN_INFO "r8712u: BSSID:%pM\n", &bssid[0]);
MAC2STR(bssid));
if (!memcmp(bssid, pnetwork->network.MacAddress, ETH_ALEN)) { if (!memcmp(bssid, pnetwork->network.MacAddress, ETH_ALEN)) {
/* BSSID match, then check if supporting wpa/wpa2 */ /* BSSID match, then check if supporting wpa/wpa2 */
pbuf = r8712_get_wpa_ie(&pnetwork->network.IEs[12], pbuf = r8712_get_wpa_ie(&pnetwork->network.IEs[12],