commit | fa42245dff4a5f2f8f208da542acbd80c22f7c65 | [log] [tgz] |
---|---|---|
author | Hari Vyas <hariv@broadcom.com> | Thu Mar 02 17:59:57 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 03 09:44:28 2017 -0800 |
tree | e8563495264c20d363e421cdcd9aa3291b0d5bf8 | |
parent | 16206524f6ea57d6dcd56fe46f9f4a06d4a1b113 [diff] |
net: ethernet: bgmac: mac address change bug ndo_set_mac_address() passes struct sockaddr * as 2nd parameter to bgmac_set_mac_address() but code assumed u8 *. This caused two bytes chopping and the wrong mac address was configured. Signed-off-by: Hari Vyas <hariv@broadcom.com> Signed-off-by: Jon Mason <jon.mason@broadcom.com> Fixes: 4e209001b86 ("bgmac: write mac address to hardware in ndo_set_mac_address") Signed-off-by: David S. Miller <davem@davemloft.net>