提交 c8ab13fb 编写于 作者: C Chris Metcalf

tilegx net: use eth_hw_addr_random(), not eth_random_addr()

Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
上级 8388546e
......@@ -1851,7 +1851,7 @@ static void tile_net_dev_init(const char *name, const uint8_t *mac)
memcpy(dev->dev_addr, mac, 6);
dev->addr_len = 6;
} else {
eth_random_addr(dev->dev_addr);
eth_hw_addr_random(dev);
}
/* Register the network device. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册