[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160219.221014.2230058563470668402.davem@davemloft.net>
Date: Fri, 19 Feb 2016 22:10:14 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: ken_kawasaki@...ty.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] fmvj18x_cs: The MAC address of FMV-J182 is stored at
buf[5]
From: Ken Kawasaki <ken_kawasaki@...ty.com>
Date: Sat, 20 Feb 2016 10:57:06 +0900
>
> The MAC address of FMV-J182 is stored at buf[5].
>
> Signed-off-by: Ken Kawasaki <ken_kawasaki@...ty.com>
This is an extremely poor and misleading description of your change.
The original code was accessing the MAC address properly at buf[5] by
starting the iterator 'i' at 5.
The bug is that the indexing of dev->dev_addr[] is incorrect.
Please describe your change more accurately and resubmit this patch.
Thanks.
Powered by blists - more mailing lists