1. NAME

netif_start_queue - allow transmit

2. SYNOPSIS

void netif_start_queue(struct net_device *  dev );

3. ARGUMENTS

dev
    network device

4. DESCRIPTION

Allow upper layers to call the device hard_start_xmit routine.

5. COPYRIGHT