From: Joe Perches joe@perches.com Date: Fri, 22 Jun 2018 10:51:00 -0700
random_ether_addr is a #define for eth_random_addr which is generally preferred in kernel code by ~3:1
Convert the uses of random_ether_addr to enable removing the #define
Miscellanea:
o Convert &vfmac[0] to equivalent vfmac and avoid unnecessary line wrap
Signed-off-by: Joe Perches joe@perches.com
I'll apply this to net-next, thanks Joe.