aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r--drivers/s390/net/qeth_l3_main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c
index ce23169587..50545a1f6b 100644
--- a/drivers/s390/net/qeth_l3_main.c
+++ b/drivers/s390/net/qeth_l3_main.c
@@ -2557,8 +2557,6 @@ static int qeth_l3_do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
2557static void qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, 2557static void qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr,
2558 struct sk_buff *skb, int ipv, int cast_type) 2558 struct sk_buff *skb, int ipv, int cast_type)
2559{ 2559{
2560 QETH_DBF_TEXT(TRACE, 6, "fillhdr");
2561
2562 memset(hdr, 0, sizeof(struct qeth_hdr)); 2560 memset(hdr, 0, sizeof(struct qeth_hdr));
2563 hdr->hdr.l3.id = QETH_HEADER_TYPE_LAYER3; 2561 hdr->hdr.l3.id = QETH_HEADER_TYPE_LAYER3;
2564 hdr->hdr.l3.ext_flags = 0; 2562 hdr->hdr.l3.ext_flags = 0;
@@ -2637,8 +2635,6 @@ static int qeth_l3_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
2637 enum qeth_large_send_types large_send = QETH_LARGE_SEND_NO; 2635 enum qeth_large_send_types large_send = QETH_LARGE_SEND_NO;
2638 struct qeth_eddp_context *ctx = NULL; 2636 struct qeth_eddp_context *ctx = NULL;
2639 2637
2640 QETH_DBF_TEXT(TRACE, 6, "l3xmit");
2641
2642 if ((card->info.type == QETH_CARD_TYPE_IQD) && 2638 if ((card->info.type == QETH_CARD_TYPE_IQD) &&
2643 (skb->protocol != htons(ETH_P_IPV6)) && 2639 (skb->protocol != htons(ETH_P_IPV6)) &&
2644 (skb->protocol != htons(ETH_P_IP))) 2640 (skb->protocol != htons(ETH_P_IP)))
@@ -2982,7 +2978,6 @@ static void qeth_l3_qdio_input_handler(struct ccw_device *ccwdev,
2982 int index; 2978 int index;
2983 int i; 2979 int i;
2984 2980
2985 QETH_DBF_TEXT(TRACE, 6, "qdinput");
2986 card = (struct qeth_card *) card_ptr; 2981 card = (struct qeth_card *) card_ptr;
2987 net_dev = card->dev; 2982 net_dev = card->dev;
2988 if (card->options.performance_stats) { 2983 if (card->options.performance_stats) {