forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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 */