Thread (8 messages) flat view 8 messages, 5 authors, 2011-07-20

Re: [PATCH 2/3] wireless: ath9k: use %pM to print MAC

From: Mohammed Shafi <hidden>
Date: 2011-07-20 15:00:24
Also in: lkml, netdev

On Wed, Jul 20, 2011 at 7:04 PM, Andy Shevchenko
[off-list ref] wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: "Luis R. Rodriguez" <redacted>
Cc: ath9k-devel@lists.ath9k.org
---
 drivers/net/wireless/ath/ath9k/htc_drv_debug.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_debug.c b/drivers/net/wireless/ath/ath9k/htc_drv_debug.c
index aa48b3a..d3ff33c 100644
--- a/drivers/net/wireless/ath/ath9k/htc_drv_debug.c
+++ b/drivers/net/wireless/ath/ath9k/htc_drv_debug.c
@@ -623,11 +623,8 @@ static ssize_t read_file_base_eeprom(struct file *file, char __user *user_buf,
                               pBase9287->openLoopPwrCntl);
       }

-       len += snprintf(buf + len, size - len,
-                       "%20s : %02X:%02X:%02X:%02X:%02X:%02X\n",
-                       "MacAddress",
-                       pBase->macAddr[0], pBase->macAddr[1], pBase->macAddr[2],
-                       pBase->macAddr[3], pBase->macAddr[4], pBase->macAddr[5]);
+       len += snprintf(buf + len, size - len, "%20s : %pM\n", "MacAddress",
+                       pBase->macAddr);
       if (len > size)
               len = size;
thanks for the patch!
--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


-- 
shafi
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help