Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] iwlwifi: use %pM for formatted MAC addresses
@ 2009-10-05 17:37 Bjorn Helgaas
  2009-10-05 17:54 ` [Ilw] " reinette chatre
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2009-10-05 17:37 UTC (permalink / raw)
  Cc: ilw, linux-wireless

User-visible messages should use formatted MAC addresses ("00:01:...")
rather than raw ("0001...") so they match other parts of the system.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
CC: ilw@linux.intel.com
CC: linux-wireless@vger.kernel.org
---
 drivers/net/wireless/iwlwifi/iwl-3945-rs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/iwl-3945-rs.c b/drivers/net/wireless/iwlwifi/iwl-3945-rs.c
index a16bd41..cbb0585 100644
--- a/drivers/net/wireless/iwlwifi/iwl-3945-rs.c
+++ b/drivers/net/wireless/iwlwifi/iwl-3945-rs.c
@@ -702,7 +702,7 @@ static void rs_get_rate(void *priv_r, struct ieee80211_sta *sta,
 		u8 sta_id = iwl_find_station(priv, hdr->addr1);
 
 		if (sta_id == IWL_INVALID_STATION) {
-			IWL_DEBUG_RATE(priv, "LQ: ADD station %pm\n",
+			IWL_DEBUG_RATE(priv, "LQ: ADD station %pM\n",
 				       hdr->addr1);
 			sta_id = iwl_add_station(priv, hdr->addr1, false,
 				CMD_ASYNC, NULL);


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Ilw] [PATCH] iwlwifi: use %pM for formatted MAC addresses
  2009-10-05 17:37 [PATCH] iwlwifi: use %pM for formatted MAC addresses Bjorn Helgaas
@ 2009-10-05 17:54 ` reinette chatre
  0 siblings, 0 replies; 2+ messages in thread
From: reinette chatre @ 2009-10-05 17:54 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: ilw@linux.intel.com, linux-wireless@vger.kernel.org

On Mon, 2009-10-05 at 10:37 -0700, Bjorn Helgaas wrote:
> User-visible messages should use formatted MAC addresses ("00:01:...")
> rather than raw ("0001...") so they match other parts of the system.
> 
> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
> CC: ilw@linux.intel.com
> CC: linux-wireless@vger.kernel.org
> ---

Acked-by: Reinette Chatre <reinette.chatre@intel.com>

Thank you

Reinette



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-05 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05 17:37 [PATCH] iwlwifi: use %pM for formatted MAC addresses Bjorn Helgaas
2009-10-05 17:54 ` [Ilw] " reinette chatre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox