From: Danny Kukawka Date: Fri, 17 Feb 2012 05:43:24 +0000 (+0000) Subject: davinci_emac: use eth_hw_addr_random() instead of random_ether_addr() X-Git-Tag: v3.4-rc1~177^2~261 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf1d3788e513cadfa26d400b1ae7a13c949f0ff;p=pandora-kernel.git davinci_emac: use eth_hw_addr_random() instead of random_ether_addr() 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. Remove one memcpy from emac_dev_setmac_addr() since this is a duplicate: it's already done some lines above. v2: use bitops, adapt to eth_hw_addr_random, remove a memcpy Signed-off-by: Danny Kukawka Signed-off-by: David S. Miller --- Reading git-diff-tree failed