summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
authorJulian Wiedmann2019-04-17 18:17:31 +0200
committerDavid S. Miller2019-04-17 19:33:59 +0200
commit333ef9d1d5fb68b5f53c5f7f3ceafb65a8a6ff7e (patch)
tree4d9ffe5ea94b9809beb4b16d156595ff97563bf6 /drivers/s390/net/qeth_core.h
parents390/qeth: don't bother updating the last-tx time (diff)
downloadkernel-qcow2-linux-333ef9d1d5fb68b5f53c5f7f3ceafb65a8a6ff7e.tar.gz
kernel-qcow2-linux-333ef9d1d5fb68b5f53c5f7f3ceafb65a8a6ff7e.tar.xz
kernel-qcow2-linux-333ef9d1d5fb68b5f53c5f7f3ceafb65a8a6ff7e.zip
s390/qeth: don't keep statistics for tx timeout
struct netdev_queue contains a counter for tx timeouts, which gets updated by dev_watchdog(). So let's not attempt to maintain our own statistics, in particular not by overloading the skb-error counter. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
-rw-r--r--drivers/s390/net/qeth_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h
index 41e3bc4887fe..730930135aba 100644
--- a/drivers/s390/net/qeth_core.h
+++ b/drivers/s390/net/qeth_core.h
@@ -464,7 +464,6 @@ struct qeth_card_stats {
u64 rx_errors;
u64 rx_dropped;
u64 rx_multicast;
- u64 tx_errors;
};
struct qeth_out_q_stats {