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 =
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