Skip to content
Snippets Groups Projects
Commit ecee9324 authored by Ben Warren's avatar Ben Warren
Browse files

Program net device MAC addresses after initializing


Add a new function to the eth_device struct for programming a network
controller's hardware address.

After all network devices have been initialized and the proper MAC address
for each has been determined, make a device driver call to program the
address into the device.  Only device instances with valid unicast addresses
will be programmed.

Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
Acked-by: default avatarDetlev Zundel <dzu@denx.de>
Tested-by: default avatarPrafulla Wadaskar <prafulla@marvell.com>
Tested-by: default avatarHeiko Schocher <hs@denx.de>
Tested-by: default avatarThomas Chou <thomas@wytron.com.tw>
parent c960b13e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment