commit | da1943164677ae2cdd630196b79089d476726348 | [log] [tgz] |
---|---|---|
author | Danny Kukawka <danny.kukawka@bisect.de> | Sat Feb 18 01:50:43 2012 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 18 01:50:43 2012 -0500 |
tree | 41adfed1f0d61bc999f482c682c22cb9a5e99d2f | |
parent | b4a466765d3fb05c1f63ddc5d195980ead894ded [diff] |
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>