stmmac: consolidate and tidy-up the COE support
[deliverable/linux.git] / drivers / net / stmmac / stmmac_ethtool.c
index 63b68e61afce3ebfadd07efa1b49c55dc821bbae..b32c16ae55c6717b915e4ca73795c914d889655f 100644 (file)
@@ -209,7 +209,7 @@ u32 stmmac_ethtool_get_rx_csum(struct net_device *dev)
 {
        struct stmmac_priv *priv = netdev_priv(dev);
 
-       return priv->rx_csum;
+       return priv->rx_coe;
 }
 
 static void
This page took 0.027266 seconds and 5 git commands to generate.