]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Staging: rtl8192e: Replace random_ether_addr with eth_random_addr
authorBhumika Goyal <bhumirks@gmail.com>
Tue, 1 Mar 2016 19:42:03 +0000 (01:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Mar 2016 06:09:09 +0000 (22:09 -0800)
commit372419776a023f7f0eede837cd866c2d544ba4a4
treeb00fbb3b4dc7d11d57f547dfe7d3b4bed9b91422
parent314e4be76e20f1d799ee386380623375b0555372
Staging: rtl8192e: Replace random_ether_addr with eth_random_addr

The macro random_ether_addr is calling the function eth_random_addr.
Therefore, the call to random_ether_addr can be replaced with
eth_random_addr.
Remove the wrapper function rtllib_randomize_cell and replace its
call with eth_random_addr as it is wrapping random_ether_addr.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_softmac.c