table of contents
other versions
NETIF_DORMANT_OFF(9) | Network device support | NETIF_DORMANT_OFF(9) |
NAME¶
netif_dormant_off - set device as not dormant.
SYNOPSIS¶
void netif_dormant_off(struct net_device * dev);
ARGUMENTS¶
struct net_device * dev
network device
DESCRIPTION¶
Device is not in dormant state.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |