Re: [PATCH] net: ethoc: Use eth_hw_addr_random()

2017-02-17 Thread David Miller
From: Tobias Klauser Date: Thu, 16 Feb 2017 13:54:32 +0100 > Use eth_hw_addr_random() to set a random dev_addr and update > addr_assign_type instead of open-coding it. > > Signed-off-by: Tobias Klauser Applied to net-next, thanks.

[PATCH] net: ethoc: Use eth_hw_addr_random()

2017-02-16 Thread Tobias Klauser
Use eth_hw_addr_random() to set a random dev_addr and update addr_assign_type instead of open-coding it. Signed-off-by: Tobias Klauser --- drivers/net/ethernet/ethoc.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git