
4 May
2015
4 May
'15
11:11 p.m.
On 4 May 2015 at 13:55, Joe Hershberger joe.hershberger@ni.com wrote:
Implement the random ethaddr fallback in eth.c so it is in a common place and not reimplemented in each board or driver that wants this behavior.
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
To function properly in the driver-model case, this patch requires that https://patchwork.ozlabs.org/patch/467418/ be applied.
README | 3 ++- doc/README.enetaddr | 2 ++ net/Kconfig | 8 ++++++++ net/eth.c | 12 ++++++++++++ 4 files changed, 24 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org