mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
[PATCH] iwlwifi: fix imcomplete conversion to print_mac API
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
61f6225323
commit
a50e2e3f3e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user