staging: Convert random_ether_addr to eth_random_addr
authorJoe Perches <joe@perches.com>
Sat, 23 Jun 2018 17:27:58 +0000 (10:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 13:14:01 +0000 (22:14 +0900)
commit6d2b0f7b9c1e8028f9a3efb99f539cb2f6d3d669
tree6f39fa026eaf046a656abfe969cca2b5738de9c6
parentb244f917acb7e1f492c40f6f4cf7be860a5065a5
staging: Convert random_ether_addr to eth_random_addr

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

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c