From: Danny Kukawka Date: Sat, 18 Feb 2012 06:50:43 +0000 (-0500) Subject: cisco/enic: use eth_hw_addr_random() instead of random_ether_addr() X-Git-Tag: v3.4-rc1~177^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1943164677ae2cdd630196b79089d476726348;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed