Re: [RFC PATCH 17/17] phy_device: Rename phy_start_aneg() to phy_start_link()

2011-11-03 Thread Andy Fleming
2011/10/20 Kyle Moffett kyle.d.moff...@boeing.com: The name of the phy_start_aneg() function is very confusing, because it also handles forced-mode (AUTONEG_DISABLE) links. Rename the function to phy_start_link() and fix up all users. Signed-off-by: Kyle Moffett kyle.d.moff...@boeing.com

[RFC PATCH 17/17] phy_device: Rename phy_start_aneg() to phy_start_link()

2011-10-20 Thread Kyle Moffett
The name of the phy_start_aneg() function is very confusing, because it also handles forced-mode (AUTONEG_DISABLE) links. Rename the function to phy_start_link() and fix up all users. Signed-off-by: Kyle Moffett kyle.d.moff...@boeing.com --- Documentation/networking/phy.txt |2 +-