Re: [PATCH v2 03/10] davinci_emac: use eth_hw_addr_random()instead of random_ether_addr()

From: David Miller
Date: Fri Feb 17 2012 - 16:03:45 EST


From: Danny Kukawka <danny.kukawka@xxxxxxxxx>
Date: Fri, 17 Feb 2012 16:43:24 +0100

> 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 <danny.kukawka@xxxxxxxxx>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/