From: Danny Kukawka Date: Fri, 17 Feb 2012 05:43:27 +0000 (+0000) Subject: batman-adv: use eth_hw_addr_random() instead of random_ether_addr() X-Git-Tag: v3.4-rc1~177^2~258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28009a6cab764f04d4e7c409c180c77b2ef36ba1;p=pandora-kernel.git batman-adv: 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. Remove dev_addr in interface_setup(), it's not needed anymore. Reset the state to NET_ADDR_PERM as soon as the MAC get changed via .ndo_set_mac_address. v2: use bitops, adapt to eth_hw_addr_random() Signed-off-by: Danny Kukawka Signed-off-by: David S. Miller --- Reading git-diff-tree failed