]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wan/dlci.c
EP93XX_ETH must select MII
[linux-2.6-omap-h63xx.git] / drivers / net / wan / dlci.c
index 7369875594321aaabe38457a55f29ff03e5964e6..66be20c292b6dcd8855ec84830a15e7850c70baa 100644 (file)
@@ -176,7 +176,7 @@ static void dlci_receive(struct sk_buff *skb, struct net_device *dev)
        if (process)
        {
                /* we've set up the protocol, so discard the header */
-               skb->mac.raw = skb->data; 
+               skb_reset_mac_header(skb);
                skb_pull(skb, header);
                dlp->stats.rx_bytes += skb->len;
                netif_rx(skb);