Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8ab13fb authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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

parent 8388546e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */