Files
u-boot-tk1-som/drivers
Masahiro Yamada da384a9d76 net: rename and refactor eth_rand_ethaddr() function
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@jp.panasonic.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2014-05-12 15:19:46 -04:00
..
2014-03-04 12:15:29 -05:00
2014-05-05 08:20:56 +02:00
2014-05-09 11:50:14 +02:00
2014-04-22 17:58:47 -07:00
2014-01-08 17:26:17 -07:00
2014-05-09 11:50:14 +02:00
2014-04-17 08:41:05 -07:00