Removes a link to upper device
void netdev_upper_dev_unlink(struct net_device * dev, struct net_device * upper_dev);
dev
device
upper_dev
new upper device
Removes a link to device which is upper to this one. The caller must hold the RTNL lock.