hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/net/ppp/ppp_generic.c
....@@ -1610,6 +1610,8 @@
16101610 int len;
16111611 unsigned char *cp;
16121612
1613
+ skb->dev = ppp->dev;
1614
+
16131615 if (proto < 0x8000) {
16141616 #ifdef CONFIG_PPP_FILTER
16151617 /* check if we should pass this packet */