commit | 11cd5a0fb9170807242c76e638dc2335037ffb9c | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Sun Mar 22 17:09:00 2015 -0500 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:10 2015 -0600 |
tree | f50951a973cf76471e0199bb01b5d69b245c88a6 | |
parent | 65b905b778d72887d20df09a9ca1715e4a9431b7 [diff] |
net: Provide a function to get the current MAC address The current implementation exposes the eth_device struct to code that needs to access the MAC address. Add a wrapper function for this to abstract away the pointer for this operation. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>