diff options
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271_main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_main.c b/drivers/net/wireless/wl12xx/wl1271_main.c index 754be8179307..d9169b47ac42 100644 --- a/drivers/net/wireless/wl12xx/wl1271_main.c +++ b/drivers/net/wireless/wl12xx/wl1271_main.c | |||
@@ -605,11 +605,10 @@ static int wl1271_op_add_interface(struct ieee80211_hw *hw, | |||
605 | struct ieee80211_if_init_conf *conf) | 605 | struct ieee80211_if_init_conf *conf) |
606 | { | 606 | { |
607 | struct wl1271 *wl = hw->priv; | 607 | struct wl1271 *wl = hw->priv; |
608 | DECLARE_MAC_BUF(mac); | ||
609 | int ret = 0; | 608 | int ret = 0; |
610 | 609 | ||
611 | wl1271_debug(DEBUG_MAC80211, "mac80211 add interface type %d mac %s", | 610 | wl1271_debug(DEBUG_MAC80211, "mac80211 add interface type %d mac %pM", |
612 | conf->type, print_mac(mac, conf->mac_addr)); | 611 | conf->type, conf->mac_addr); |
613 | 612 | ||
614 | mutex_lock(&wl->mutex); | 613 | mutex_lock(&wl->mutex); |
615 | 614 | ||