1. NAME

netdev_upper_dev_unlink - Removes a link to upper device

2. SYNOPSIS

void netdev_upper_dev_unlink(struct net_device *  dev , struct net_device *  upper_dev );

3. ARGUMENTS

dev
    device

upper_dev
    new upper device

4. DESCRIPTION

Removes a link to device which is upper to this one. The caller must hold the RTNL lock.

5. COPYRIGHT