net: rtl8169: Implement ->hwaddr_write() callback
authorThierry Reding <treding@nvidia.com>
Tue, 16 Apr 2019 16:20:29 +0000 (18:20 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 14 May 2019 19:43:33 +0000 (14:43 -0500)
commitb6054b5351d1737307128bdfac65b834fbc6607a
treee2543dcf69a32752a49d6feefc46d59f983fdcb1
parent6845b368f17e7bfb7f6d683cfd4e0faa75877145
net: rtl8169: Implement ->hwaddr_write() callback

Implement this callback that allows the MAC address to be set for the
Ethernet card. This is necessary in order for the device to be able to
receive packets for the MAC address that U-Boot advertises.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/rtl8169.c