commit | 971d1d3a7e9f03af870909fddfc3b2fc08e4f5b1 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Nov 12 18:37:56 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 13 20:46:51 2009 -0800 |
tree | bde6ccc824bd857952230ed2d571065a09a97b70 | |
parent | 128e45eb61b90c0c3094139cab6d00f67ff31377 [diff] |
igb: removed unused tx/rx total bytes/packets from adapter struct This patch removes unused variables total_tx_bytes, total_tx_packets, total_rx_bytes, and total_rx_packets from the adapter struct. 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>