Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0aad191c authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by David S. Miller
Browse files

wl12xx: switch to %pM to print the mac address

parent e99b1f04
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -644,11 +644,10 @@ static int wl1271_op_config_interface(struct ieee80211_hw *hw,
{
	struct wl1271 *wl = hw->priv;
	struct sk_buff *beacon;
	DECLARE_MAC_BUF(mac);
	int ret;

	wl1271_debug(DEBUG_MAC80211, "mac80211 config_interface bssid %s",
		     print_mac(mac, conf->bssid));
		     printf("%pM", conf->bssid);
	wl1271_dump_ascii(DEBUG_MAC80211, "ssid: ", conf->ssid,
			  conf->ssid_len);