1. NAME

mdiobus_free - free a struct mii_bus

2. SYNOPSIS

void mdiobus_free(struct mii_bus *  bus );

3. ARGUMENTS

bus
    mii_bus to free

4. DESCRIPTION

This function releases the reference to the underlying device object in the mii_bus. If this is the last reference, the mii_bus will be freed.

5. COPYRIGHT