]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67d86e6871fb71e6d909d463860bdd879eefa92f
tree6f39fa026eaf046a656abfe969cca2b5738de9c6
parent195cf81c1454c89b0c22d7d0073cd7812c08da6b
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