1. NAME

free_netdev - free network device

2. SYNOPSIS

void free_netdev(struct net_device *  dev );

3. ARGUMENTS

dev
    device

4. DESCRIPTION

This function does the last stage of destroying an allocated device interface. The reference to the device object is released. If this is the last reference then it will be freed.

5. COPYRIGHT