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>
Showing
- board/buffalo/lsxl/lsxl.c 1 addition, 1 deletionboard/buffalo/lsxl/lsxl.c
- drivers/net/dm9000x.c 1 addition, 1 deletiondrivers/net/dm9000x.c
- drivers/net/ftmac110.c 1 addition, 1 deletiondrivers/net/ftmac110.c
- include/net.h 19 additions, 17 deletionsinclude/net.h
- net/eth.c 0 additions, 22 deletionsnet/eth.c
Loading
Please register or sign in to comment