From: Ken Kawasaki <ken_kawas...@nifty.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_kawas...@nifty.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.