Re: [PATCH] natsemi update 1/4 Use assigned MAC address
From: Stephen Hemminger <hidden> Date: 2004-06-07 21:48:36
On Tue, 8 Jun 2004 07:12:52 +0930
Mark Smith [off-list ref] wrote:
Hi Manfred, Gary, Stephen,
"But: I'm not sure that the change is required. What about just
setting the mac to 0, and the actual mac address is set from user
space? It's possible to set the mac address with"
How about
random_ether_addr(dev->dev_addr);
it does the right thing.