Skip to content

Commit

Permalink
wl12xx: Fix print_mac() conversion.
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 17, 2009
1 parent bf95d20 commit 3264690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/wl12xx/wl1271_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 3264690

Please sign in to comment.