Skip to content

Commit

Permalink
[PATCH] iwlwifi: fix imcomplete conversion to print_mac API
Browse files Browse the repository at this point in the history
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
John W. Linville authored and David S. Miller committed Oct 10, 2007
1 parent 61f6225 commit a50e2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a50e2e3

Please sign in to comment.