diff options
-rw-r--r-- | net/core/dev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 7f390b52caab..e85cc5fa3c4e 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -1537,7 +1537,8 @@ static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev) | |||
1537 | if (net_ratelimit()) | 1537 | if (net_ratelimit()) |
1538 | printk(KERN_CRIT "protocol %04x is " | 1538 | printk(KERN_CRIT "protocol %04x is " |
1539 | "buggy, dev %s\n", | 1539 | "buggy, dev %s\n", |
1540 | skb2->protocol, dev->name); | 1540 | ntohs(skb2->protocol), |
1541 | dev->name); | ||
1541 | skb_reset_network_header(skb2); | 1542 | skb_reset_network_header(skb2); |
1542 | } | 1543 | } |
1543 | 1544 | ||