Scroll to navigation

PHY_UNREGISTER_FIXUP(9) Network device support PHY_UNREGISTER_FIXUP(9)

NAME

phy_unregister_fixup - remove a phy_fixup from the list

SYNOPSIS

int phy_unregister_fixup(const char * bus_id, u32 phy_uid, u32 phy_uid_mask);

ARGUMENTS

bus_id

A string matches fixup->bus_id (or PHY_ANY_ID) in phy_fixup_list

phy_uid

A phy id matches fixup->phy_id (or PHY_ANY_UID) in phy_fixup_list

phy_uid_mask

Applied to phy_uid and fixup->phy_uid before comparison

COPYRIGHT

March 2017 Kernel Hackers Manual 4.10