On Thu, Apr 17, 2014 at 3:00 AM, Masahiro Yamada <[email protected]> wrote: > > Some functions in include/net.h are ported from > include/linux/etherdevice.h of Linux Kernel. > > For ex. > is_zero_ether_addr() > is_multicast_ether_addr() > is_broadcast_ether_addr() > is_valid_ether_addr(); > > So, we should use the same function name as Linux Kernel, > eth_rand_addr(), for consistency. > > Because eth_rand_addr() is impilemented as inline function, > it should not be surrounded by ifdef CONFIG_RANDOM_MACADDR. > > Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

