1. NAME

netif_dormant_off - set device as not dormant.

2. SYNOPSIS

void netif_dormant_off(struct net_device *  dev );

3. ARGUMENTS

dev
    network device

4. DESCRIPTION

Device is not in dormant state.

5. COPYRIGHT