Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a50e2e3f3e6303e893c4c438c0692d459d7093a5
Commit:     a50e2e3f3e6303e893c4c438c0692d459d7093a5
Parent:     61f622532371985ec46b9684179152735a80f7e0
Author:     John W. Linville <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 27 17:00:29 2007 -0400
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 16:53:28 2007 -0700

    [PATCH] iwlwifi: fix imcomplete conversion to print_mac API
    
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/iwlwifi/iwl-4965.c |    2 +-
 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:
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to