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

2017-03-09 Thread David Miller
From: Tobias Klauser Date: Tue, 7 Mar 2017 16:27:10 +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.

[PATCH] net: mediatek: Use eth_hw_addr_random()

2017-03-07 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/mediatek/mtk_eth_soc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git