forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 */