ar71xx: ag71xx: replace ag71xx_get_phy_if_mode_name with phy_modes()
Backport of f73b2d64ed56 ("ath79: ag71xx: replace ag71xx_get_phy_if_mode_name() with phy_modes()") Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
parent
d143a0a4f6
commit
c9b28b5703
@ -1294,27 +1294,6 @@ static const struct net_device_ops ag71xx_netdev_ops = {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *ag71xx_get_phy_if_mode_name(phy_interface_t mode)
|
|
||||||
{
|
|
||||||
switch (mode) {
|
|
||||||
case PHY_INTERFACE_MODE_MII:
|
|
||||||
return "MII";
|
|
||||||
case PHY_INTERFACE_MODE_GMII:
|
|
||||||
return "GMII";
|
|
||||||
case PHY_INTERFACE_MODE_RMII:
|
|
||||||
return "RMII";
|
|
||||||
case PHY_INTERFACE_MODE_RGMII:
|
|
||||||
return "RGMII";
|
|
||||||
case PHY_INTERFACE_MODE_SGMII:
|
|
||||||
return "SGMII";
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
return "unknown";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
static int ag71xx_probe(struct platform_device *pdev)
|
static int ag71xx_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
struct net_device *dev;
|
struct net_device *dev;
|
||||||
@ -1440,7 +1419,7 @@ static int ag71xx_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
pr_info("%s: Atheros AG71xx at 0x%08lx, irq %d, mode:%s\n",
|
pr_info("%s: Atheros AG71xx at 0x%08lx, irq %d, mode:%s\n",
|
||||||
dev->name, dev->base_addr, dev->irq,
|
dev->name, dev->base_addr, dev->irq,
|
||||||
ag71xx_get_phy_if_mode_name(pdata->phy_if_mode));
|
phy_modes(pdata->phy_if_mode));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user