wl12xx: Fix print_mac() conversion.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
David S. Miller
2009-09-17 10:18:30 -07:00
父節點 bf95d20fdb
當前提交 3264690b04

查看文件

@@ -646,8 +646,8 @@ static int wl1271_op_config_interface(struct ieee80211_hw *hw,
struct sk_buff *beacon;
int ret;
wl1271_debug(DEBUG_MAC80211, "mac80211 config_interface bssid %s",
printf("%pM", conf->bssid);
wl1271_debug(DEBUG_MAC80211, "mac80211 config_interface bssid %pM",
conf->bssid);
wl1271_dump_ascii(DEBUG_MAC80211, "ssid: ", conf->ssid,
conf->ssid_len);