summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
authorJulian Wiedmann2019-04-25 18:25:55 +0200
committerDavid S. Miller2019-04-26 17:14:06 +0200
commitddb0ac51e62ea190da5d82f5bd983210ee341aa6 (patch)
tree48e038c2f4819e84edfc2d539ddad3213cebd72c /drivers/s390/net/qeth_core.h
parents390: qeth: address type mismatch warning (diff)
downloadkernel-qcow2-linux-ddb0ac51e62ea190da5d82f5bd983210ee341aa6.tar.gz
kernel-qcow2-linux-ddb0ac51e62ea190da5d82f5bd983210ee341aa6.tar.xz
kernel-qcow2-linux-ddb0ac51e62ea190da5d82f5bd983210ee341aa6.zip
s390/qeth: remove RX seqno in skb->cb
It's unclear what exact purpose this seqno may have served in the past. But it's certainly no longer used anymore, as the following napi_gro_receive() will straight away clear this part of the cb again. Suggested-by: Karsten Graul <kgraul@linux.ibm.com> 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 86cae5e8e2c2..962e958c24f9 100644
--- a/drivers/s390/net/qeth_core.h
+++ b/drivers/s390/net/qeth_core.h
@@ -652,7 +652,6 @@ struct qeth_seqno {
__u32 pdu_hdr;
__u32 pdu_hdr_ack;
__u16 ipa;
- __u32 pkt_seqno;
};
struct qeth_reply {