netif_device_attach(9) mark device as attached

SYNOPSIS

void netif_device_attach(struct net_device * dev);

ARGUMENTS

dev

network device

DESCRIPTION

Mark device as attached from system and restart if needed.

COPYRIGHT