]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - drivers/net/usb/lan78xx.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[thirdparty/kernel/linux.git] / drivers / net / usb / lan78xx.c
index d2aa2c5b1989da8a7e099dfdef88c087da3cf37b..80ee4fcdfb36d06941a5abbe70a184d6459574fe 100644 (file)
@@ -1675,7 +1675,7 @@ static int lan78xx_set_wol(struct net_device *netdev,
        return ret;
 }
 
-static int lan78xx_get_eee(struct net_device *net, struct ethtool_eee *edata)
+static int lan78xx_get_eee(struct net_device *net, struct ethtool_keee *edata)
 {
        struct lan78xx_net *dev = netdev_priv(net);
        struct phy_device *phydev = net->phydev;
@@ -1711,7 +1711,7 @@ exit:
        return ret;
 }
 
-static int lan78xx_set_eee(struct net_device *net, struct ethtool_eee *edata)
+static int lan78xx_set_eee(struct net_device *net, struct ethtool_keee *edata)
 {
        struct lan78xx_net *dev = netdev_priv(net);
        int ret;