adi: adapt to eth_hw_addr_random() and changes in arch/blackfin
authorDanny Kukawka <danny.kukawka@bisect.de>
Thu, 16 Feb 2012 07:09:31 +0000 (07:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2012 00:03:04 +0000 (19:03 -0500)
Adapt adi ethernet driver to changes in bfin_get_ether_addr()
from arch/blackfin. bfin_get_ether_addr() returns now a state.
Set a random mac address via new eth_hw_addr_random() in case
the return value is not 0.

Reset the state to NET_ADDR_PERM as soon as the MAC get
changed via .ndo_set_mac_address.

v2: change the logic to reduce unneeded checks

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found