On Thu, Oct 02, 2014 at 09:56:44AM +0100, Simon Vincent wrote: > Remove line which overrrides pkt_type to PACKET_HOST > s/overrrides/overrides > Signed-off-by: Simon Vincent <simon.vincent@xxxxxxxxxx> > --- > net/6lowpan/iphc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/net/6lowpan/iphc.c b/net/6lowpan/iphc.c > index 142eef5..002cd7c 100644 > --- a/net/6lowpan/iphc.c > +++ b/net/6lowpan/iphc.c > @@ -189,7 +189,6 @@ static int skb_deliver(struct sk_buff *skb, struct ipv6hdr *hdr, > skb_copy_to_linear_data(new, hdr, sizeof(struct ipv6hdr)); > > new->protocol = htons(ETH_P_IPV6); > - new->pkt_type = PACKET_HOST; > new->dev = dev; > > raw_dump_table(__func__, "raw skb data dump before receiving", > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html