ieee802154: 6lowpan: remove packet type to host
[firefly-linux-kernel-4.4.55.git] / net / ieee802154 / 6lowpan / rx.c
index f7eb091203a89e6a8d3ce66a3fe0f1fe3225a4c4..856052bf230b56c0608d26c7e40cae94b83fbdc3 100644 (file)
@@ -29,7 +29,6 @@
 static int lowpan_give_skb_to_device(struct sk_buff *skb)
 {
        skb->protocol = htons(ETH_P_IPV6);
-       skb->pkt_type = PACKET_HOST;
 
        return netif_rx(skb);
 }