]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
e1000e: cleanup redundant statistics counter
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 5 Dec 2012 06:26:30 +0000 (06:26 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 16 Jan 2013 08:13:50 +0000 (00:13 -0800)
rx_long_byte_count can be removed since it is duplicated in rx_bytes

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/ethtool.c

index f95bc6ee1c227c89a2e158fde491dc03ef173b4b..2225603a8a280fb4eb7b76e231368f98e64c207b 100644 (file)
@@ -98,7 +98,6 @@ static const struct e1000_stats e1000_gstrings_stats[] = {
        E1000_STAT("rx_flow_control_xoff", stats.xoffrxc),
        E1000_STAT("tx_flow_control_xon", stats.xontxc),
        E1000_STAT("tx_flow_control_xoff", stats.xofftxc),
-       E1000_STAT("rx_long_byte_count", stats.gorc),
        E1000_STAT("rx_csum_offload_good", hw_csum_good),
        E1000_STAT("rx_csum_offload_errors", hw_csum_err),
        E1000_STAT("rx_header_split", rx_hdr_split),