]> git.baikalelectronics.ru Git - kernel.git/commit
cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()
authorDanny Kukawka <danny.kukawka@bisect.de>
Sat, 18 Feb 2012 06:50:43 +0000 (01:50 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Feb 2012 06:50:43 +0000 (01:50 -0500)
commit058f29b20ab5806147f44043682aac44868e12ef
tree41adfed1f0d61bc999f482c682c22cb9a5e99d2f
parente6249ba1e53d373ccff1d31c58cc9dadb293d23c
cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()

Use dev_hw_addr_random() instead of calling random_ether_addr()
to set addr_assign_type correctly to NET_ADDR_RANDOM.

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

v3: adapt to net-next
v2: use bitops, adapt to eth_hw_addr_random(), add a comment

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cisco/enic/enic_main.c