summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2007-09-27 21:00:29 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 23:53:28 (GMT)
commita50e2e3f3e6303e893c4c438c0692d459d7093a5 (patch)
tree54f01efc96a23227adea2069ce59f6491d074805 /drivers
parent61f622532371985ec46b9684179152735a80f7e0 (diff)
downloadlinux-fsl-qoriq-a50e2e3f3e6303e893c4c438c0692d459d7093a5.tar.xz
[PATCH] iwlwifi: fix imcomplete conversion to print_mac API
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-4965.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c
index b41addf..b50d202 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.c
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.c
@@ -184,7 +184,7 @@ u8 iwl_hw_find_station(struct iwl_priv *priv, const u8 *addr)
goto out;
}
- IWL_DEBUG_ASSOC_LIMIT("can not find STA " MAC_FMT " total %d\n",
+ IWL_DEBUG_ASSOC_LIMIT("can not find STA %s total %d\n",
print_mac(mac, addr), priv->num_stations);
out: