Name

mdiobus_free — free a struct mii_bus

Synopsis

void mdiobus_free (struct mii_bus * bus);
 

Arguments

struct mii_bus * bus

mii_bus to free

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.