Commit a50e2e3f authored by John W. Linville's avatar John W. Linville Committed by David S. Miller

[PATCH] iwlwifi: fix imcomplete conversion to print_mac API

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 61f62253
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment