netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] wl12xx: switch to %pM to print the mac address
@ 2009-09-17  0:07 Jean-Christophe PLAGNIOL-VILLARD
  2009-09-17  0:07 ` [PATCH 2/2] net: remove print_mac as it's not anymore used Jean-Christophe PLAGNIOL-VILLARD
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-09-17  0:07 UTC (permalink / raw)
  To: netdev; +Cc: Jean-Christophe PLAGNIOL-VILLARD

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 drivers/net/wireless/wl12xx/wl1271_main.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/wl1271_main.c b/drivers/net/wireless/wl12xx/wl1271_main.c
index d9169b4..f6f8895 100644
--- a/drivers/net/wireless/wl12xx/wl1271_main.c
+++ b/drivers/net/wireless/wl12xx/wl1271_main.c
@@ -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);
 
-- 
1.6.4


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-09-17 17:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-17  0:07 [PATCH 1/2] wl12xx: switch to %pM to print the mac address Jean-Christophe PLAGNIOL-VILLARD
2009-09-17  0:07 ` [PATCH 2/2] net: remove print_mac as it's not anymore used Jean-Christophe PLAGNIOL-VILLARD
2009-09-17  3:51   ` David Miller
2009-09-17  3:54     ` David Miller
2009-09-17  5:48       ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-17  6:02       ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-17  6:09       ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-17  0:28 ` [PATCH 1/2] wl12xx: switch to %pM to print the mac address John W. Linville
2009-09-17  3:51   ` David Miller
2009-09-17  1:22 ` Ben Hutchings
2009-09-17 12:55   ` John W. Linville
2009-09-17 14:42     ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-17 17:19       ` David Miller
2009-09-17 17:31         ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-17  6:15 ` [PATCH 1/2 v2] " Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).