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 : > 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 Sounds good to me. Acked-by: Andy Fleming _

[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 --- Documentation/networking/phy.txt |2 +- drivers/net/arm/ixp4xx_eth.