1. NAME▲
eth_hw_addr_random - Generate software assigned random Ethernet and set device flag
2. SYNOPSIS ▲
void eth_hw_addr_random(struct net_device * dev );
3. ARGUMENTS ▲
dev
pointer to net_device structure
4. DESCRIPTION ▲
Generate a random Ethernet address (MAC) to be used by a net device and set addr_assign_type so the state can be read by sysfs and be used by userspace.
5. COPYRIGHT ▲