Re: [PATCH 3/5] lan78xx: update to use phylib

2015-09-15 Thread David Miller
From: Date: Thu, 10 Sep 2015 22:16:11 + > @@ -1287,42 +1074,30 @@ static int lan78xx_set_wol(struct net_device *netdev, > static int lan78xx_get_eee(struct net_device *net, struct ethtool_eee *edata) > { > struct lan78xx_net *dev = netdev_priv(net); > + struct phy_device *phydev =

[PATCH 3/5] lan78xx: update to use phylib

2015-09-10 Thread Woojung.Huh
Update to use phylib instead of mii_if_info. Repost with new order of patches. Signed-off-by: Woojung Huh --- drivers/net/usb/lan78xx.c | 610 +++--- 1 file changed, 250 insertions(+), 360 deletions(-) diff --git a/drivers/net/usb/lan78xx.c b/drivers/net