eth_mac_addr(9) set new Ethernet hardware address

SYNOPSIS

int eth_mac_addr(struct net_device * dev, void * p);

ARGUMENTS

dev

network device

p

socket address

DESCRIPTION

Change hardware address of device.

This doesn't change hardware matching, so needs to be overridden for most real devices.

COPYRIGHT