1. NAME

dev_set_mac_address - Change Media Access Control Address

2. SYNOPSIS

int dev_set_mac_address(struct net_device *  dev , struct sockaddr *  sa );

3. ARGUMENTS

dev
    device

sa
    new address

4. DESCRIPTION

Change the hardware (MAC) address of the device

5. COPYRIGHT