]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1db43c238ca90335089788bbaea6f59da9e7d439
treee2543dcf69a32752a49d6feefc46d59f983fdcb1
parent38f93e2bb6c6264e5f0a015477ea75e6302d16bc
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