--- ppp.c.kad Sun Aug 2 16:52:18 1998
+++ ppp.c Sun Aug 2 18:28:06 1998
@@ -1977,7 +1977,7 @@
*/
skb->dev = ppp2dev(ppp); /* We are the device */
skb->protocol = htons(proto);
- skb->mac.raw = skb->data;
+ skb->mac.raw = skb->data+PPP_HDRLEN;
skb_pull(skb, PPP_HDRLEN); /* pull off ppp header */
ppp->last_recv = jiffies;
netif_rx (skb);
With best regards,
Alexandr.
---------------------------------------------------------
InterNIC: AK2644 Email: kad@alchevsk.lugansk.ua
Groups: // MFUA // UCL // kad@dgtu.donetsk.ua
---------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html