ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel side
[linux-2.6-block.git] / drivers / net / dsa / microchip / ksz_common.c
index 245dfb7a7a315dd82dcb8275137247976438b0e8..a7b5ddb8656edb5348344353b1c47c0e89af0808 100644 (file)
@@ -2852,7 +2852,7 @@ static int ksz_validate_eee(struct dsa_switch *ds, int port)
 }
 
 static int ksz_get_mac_eee(struct dsa_switch *ds, int port,
-                          struct ethtool_eee *e)
+                          struct ethtool_keee *e)
 {
        int ret;
 
@@ -2872,7 +2872,7 @@ static int ksz_get_mac_eee(struct dsa_switch *ds, int port,
 }
 
 static int ksz_set_mac_eee(struct dsa_switch *ds, int port,
-                          struct ethtool_eee *e)
+                          struct ethtool_keee *e)
 {
        struct ksz_device *dev = ds->priv;
        int ret;