Re: [U-Boot] [PATCH] Move is_valid_ether_addr() to include/net.h
Mike Frysinger wrote: > Import the is_valid_ether_addr() function from the Linux kernel. > > Signed-off-by: Mike Frysinger > CC: Ben Warren > --- > board/bf537-stamp/bf537-stamp.c | 16 > include/net.h | 16 > 2 files changed, 16 insertions
[U-Boot] [PATCH] Move is_valid_ether_addr() to include/net.h
Import the is_valid_ether_addr() function from the Linux kernel. Signed-off-by: Mike Frysinger CC: Ben Warren --- board/bf537-stamp/bf537-stamp.c | 16 include/net.h | 16 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bo