commit | 372419776a023f7f0eede837cd866c2d544ba4a4 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Mar 02 01:12:03 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 11 22:09:09 2016 -0800 |
tree | b00fbb3b4dc7d11d57f547dfe7d3b4bed9b91422 | |
parent | 314e4be76e20f1d799ee386380623375b0555372 [diff] |
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>