1. NAME

ether_setup - setup Ethernet network device

2. SYNOPSIS

void ether_setup(struct net_device *  dev );

3. ARGUMENTS

dev
    network device

4. DESCRIPTION

Fill in the fields of the device structure with Ethernet-generic values.

5. COPYRIGHT