hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 */