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

Commit 3264690b authored by David S. Miller's avatar David S. Miller
Browse files

wl12xx: Fix print_mac() conversion.

parent bf95d20f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -646,8 +646,8 @@ static int wl1271_op_config_interface(struct ieee80211_hw *hw,
	struct sk_buff *beacon;
	struct sk_buff *beacon;
	int ret;
	int ret;


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