netif_start_queue(9) allow transmit

SYNOPSIS

void netif_start_queue(struct net_device * dev);

ARGUMENTS

dev

network device

DESCRIPTION

Allow upper layers to call the device hard_start_xmit routine.

COPYRIGHT