commit | 7ce5d222190cb3ce3ae88bafde7c4fa52a5103e0 | [log] [tgz] |
---|---|---|
author | Danny Kukawka <danny.kukawka@bisect.de> | Wed Feb 15 06:45:40 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 15 15:34:17 2012 -0500 |
tree | 2b284365b7a2e11d4ba286a589bd35bc39918805 | |
parent | f2cedb63df14342ad40a8b5b324fc5d94a60b665 [diff] |
net: use eth_hw_addr_random() and reset addr_assign_type Use eth_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. v2: adapt to renamed eth_hw_addr_random() Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de> Signed-off-by: David S. Miller <davem@davemloft.net>