Commit c8ab13fb authored by Chris Metcalf's avatar Chris Metcalf

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

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment