forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
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 */