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

Commit 42099d7a authored by Otavio Salvador's avatar Otavio Salvador Committed by David S. Miller
Browse files

net: r6040: store BIOS default MAC in perm_add

parent a7855c78
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -745,6 +745,9 @@ static void r6040_mac_address(struct net_device *dev)
	iowrite16(adrp[0], ioaddr + MID_0L);
	iowrite16(adrp[1], ioaddr + MID_0M);
	iowrite16(adrp[2], ioaddr + MID_0H);

	/* Store MAC Address in perm_addr */
	memcpy(dev->perm_addr, dev->dev_addr, ETH_ALEN);
}

static int r6040_open(struct net_device *dev)