netif_device_attach(9)
NAME
netif_device_attach - 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.
netif_device_attach - mark device as attached
void netif_device_attach(struct net_device * dev);
Mark device as attached from system and restart if needed.