wl12xx: Fix print_mac() conversion.
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Sep 2009 17:18:30 +0000 (10:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Sep 2009 17:18:30 +0000 (10:18 -0700)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/wl12xx/wl1271_main.c

index f6f8895..27298b1 100644 (file)
@@ -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);