aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_ethtool.c
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2009-02-06 23:18:06 +0000
committerDavid S. Miller <davem@davemloft.net>2009-02-07 02:43:07 -0800
commit0fbe67af3ee1928f7eae273133b7112d1665d4d3 (patch)
tree52d497d399990860e2eda16bb572b033ab769c7a /drivers/net/igb/igb_ethtool.c
parentigb: rename nvm ops (diff)
downloadlinux-dev-0fbe67af3ee1928f7eae273133b7112d1665d4d3.tar.xz
linux-dev-0fbe67af3ee1928f7eae273133b7112d1665d4d3.zip
igb: remove unused rx_hdr_split statistic
This statistic is not used and so it is safe to remove Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/igb/igb_ethtool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/igb/igb_ethtool.c b/drivers/net/igb/igb_ethtool.c
index a5bf8ef2848a..84be46c2a0f9 100644
--- a/drivers/net/igb/igb_ethtool.c
+++ b/drivers/net/igb/igb_ethtool.c
@@ -88,7 +88,6 @@ static const struct igb_stats igb_gstrings_stats[] = {
{ "rx_long_byte_count", IGB_STAT(stats.gorc) },
{ "rx_csum_offload_good", IGB_STAT(hw_csum_good) },
{ "rx_csum_offload_errors", IGB_STAT(hw_csum_err) },
- { "rx_header_split", IGB_STAT(rx_hdr_split) },
{ "alloc_rx_buff_failed", IGB_STAT(alloc_rx_buff_failed) },
{ "tx_smbus", IGB_STAT(stats.mgptc) },
{ "rx_smbus", IGB_STAT(stats.mgprc) },