* [PATCH] libertas: fix debug output format warning
@ 2007-10-17 19:47 Dan Williams
0 siblings, 0 replies; only message in thread
From: Dan Williams @ 2007-10-17 19:47 UTC (permalink / raw)
To: John W. Linville; +Cc: wireless
Signed-off-by: Dan Williams <dcbw@redhat.com>
diff --git a/drivers/net/wireless/libertas/scan.c b/drivers/net/wireless/libertas/scan.c
index 4c37834..0a0bf66 100644
--- a/drivers/net/wireless/libertas/scan.c
+++ b/drivers/net/wireless/libertas/scan.c
@@ -890,7 +890,7 @@ int wlan_scan_networks(wlan_private * priv,
lbs_deb_scan("The scan table contains:\n");
list_for_each_entry (iter_bss, &adapter->network_list, list) {
lbs_deb_scan("scan %02d, " MAC_FMT ", RSSI, %d, SSID '%s'\n",
- i++, iter_bss->bssid, (s32) iter_bss->rssi,
+ i++, MAC_ARG(iter_bss->bssid), (s32) iter_bss->rssi,
escape_essid(iter_bss->ssid, iter_bss->ssid_len));
}
mutex_unlock(&adapter->lock);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-17 19:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 19:47 [PATCH] libertas: fix debug output format warning Dan Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox