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

From: Mohammed Shafi
Date: Wed Jul 20 2011 - 11:00:27 EST


On Wed, Jul 20, 2011 at 7:04 PM, Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Cc: "Luis R. Rodriguez" <lrodriguez@xxxxxxxxxxx>
> Cc: ath9k-devel@xxxxxxxxxxxxxxx
> ---
>  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@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



--
shafi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/