dev_put(9) release reference to device

SYNOPSIS

void dev_put(struct net_device * dev);

ARGUMENTS

dev

network device

DESCRIPTION

Release reference to device to allow it to be freed.

COPYRIGHT