Re: [PATCH] fmvj18x_cs: The MAC address of FMV-J182 is stored at buf[5]
From: David Miller <davem@davemloft.net> Date: 2016-02-20 03:10:18
From: Ken Kawasaki <redacted>
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 <redacted>
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.