diff options
Diffstat (limited to 'drivers/s390/net/qeth_l2_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l2_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l2_main.c b/drivers/s390/net/qeth_l2_main.c index e53c0c8ace76..2d425416b0a1 100644 --- a/drivers/s390/net/qeth_l2_main.c +++ b/drivers/s390/net/qeth_l2_main.c | |||
@@ -781,7 +781,7 @@ static int qeth_l2_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
781 | } | 781 | } |
782 | 782 | ||
783 | if (card->info.type != QETH_CARD_TYPE_IQD) { | 783 | if (card->info.type != QETH_CARD_TYPE_IQD) { |
784 | if (qeth_hdr_chk_and_bounce(new_skb, | 784 | if (qeth_hdr_chk_and_bounce(new_skb, &hdr, |
785 | sizeof(struct qeth_hdr_layer2))) | 785 | sizeof(struct qeth_hdr_layer2))) |
786 | goto tx_drop; | 786 | goto tx_drop; |
787 | rc = qeth_do_send_packet(card, queue, new_skb, hdr, | 787 | rc = qeth_do_send_packet(card, queue, new_skb, hdr, |