aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4/mlx4_en.h
diff options
context:
space:
mode:
authorYevgeny Petrilin <yevgenyp@mellanox.co.il>2010-09-05 22:20:24 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-06 18:48:44 -0700
commitd61702f1273b71c2809365a7806d7fe84fd77f15 (patch)
tree6d20c5ce94ea924405c046a4537bb459c48d10b5 /drivers/net/mlx4/mlx4_en.h
parentmlx4_en: Consider napi_get_frags() failure. (diff)
downloadlinux-dev-d61702f1273b71c2809365a7806d7fe84fd77f15.tar.xz
linux-dev-d61702f1273b71c2809365a7806d7fe84fd77f15.zip
mlx4_en: Fixed Ethtool statistics report
The values didn't match the title after removing the LRO statistics in commit fa37a9586f92051de03a13e55e5ec3880bb6783e Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mlx4/mlx4_en.h')
-rw-r--r--drivers/net/mlx4/mlx4_en.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mlx4/mlx4_en.h b/drivers/net/mlx4/mlx4_en.h
index ce8e2338ee31..1fc16ab7ad2f 100644
--- a/drivers/net/mlx4/mlx4_en.h
+++ b/drivers/net/mlx4/mlx4_en.h
@@ -385,7 +385,7 @@ struct mlx4_en_port_stats {
unsigned long rx_chksum_good;
unsigned long rx_chksum_none;
unsigned long tx_chksum_offload;
-#define NUM_PORT_STATS 11
+#define NUM_PORT_STATS 8
};
struct mlx4_en_perf_stats {