From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Thu, 17 Apr 2014 03:08:36 -0500 Subject: [U-Boot] [PATCH 2/5] net: rename and refactor eth_rand_ethaddr() function In-Reply-To: <1397721632-18797-3-git-send-email-yamada.m@jp.panasonic.com> References: <1397721632-18797-1-git-send-email-yamada.m@jp.panasonic.com> <1397721632-18797-3-git-send-email-yamada.m@jp.panasonic.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Apr 17, 2014 at 3:00 AM, 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 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 Acked-by: Joe Hershberger