DEV_SET_MAC_ADDRESS
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
dev_set_mac_address - Change Media Access Control Address
 
SYNOPSIS
- 
int dev_set_mac_address(struct net_device * dev, struct sockaddr * sa);
ARGUMENTS
dev
- 
- device
sa
- 
new address
DESCRIPTION
Change the hardware (MAC) address of the device
 
COPYRIGHT