kernel/drivers/net/ppp/ppp_generic.c
.. .. @@ -1610,6 +1610,8 @@ 1610 1610 int len; 1611 1611 unsigned char *cp; 1612 1612 1613 + skb->dev = ppp->dev;1614 +1613 1615 if (proto < 0x8000) { 1614 1616 #ifdef CONFIG_PPP_FILTER 1615 1617 /* check if we should pass this packet */