[U-Boot] [U-Boot, v2, 2/5] net: rename and refactor eth_rand_ethaddr() function
Tom Rini
trini at ti.com
Tue May 13 03:52:18 CEST 2014
On Fri, Apr 18, 2014 at 07:09:48PM +0900, Masahiro Yamada 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 that of Linux Kernel,
> eth_rand_addr(), for consistency.
>
> Besides, eth_rand_addr() has been implemented as an inline function.
> So it should not be surrounded by #ifdef CONFIG_RANDOM_MACADDR.
>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> Acked-by: Joe Hershberger <joe.hershberger at ni.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140512/b6b578a3/attachment.pgp>
More information about the U-Boot
mailing list