]> git.openfabrics.org - ~shefty/rdma-dev.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)
commitda1943164677ae2cdd630196b79089d476726348
tree41adfed1f0d61bc999f482c682c22cb9a5e99d2f
parentb4a466765d3fb05c1f63ddc5d195980ead894ded
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