MDIOBUS_FREE
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
NAME
mdiobus_free - free a struct mii_bus
SYNOPSIS
-
void mdiobus_free(struct mii_bus * bus);
ARGUMENTS
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.
COPYRIGHT