Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107208
Collapse All | Expand All

(-)linuxcniapi.c.orig (-2 / +2 lines)
Lines 289-295 Link Here
289
        goto exit_gracefully;
289
        goto exit_gracefully;
290
    }
290
    }
291
    /* move the data into the packet */
291
    /* move the data into the packet */
292
    do_gettimeofday(&skb->stamp);
292
    do_gettimeofday(&skb->tstamp);
293
293
294
    pIP = skb_put(skb, lpPacketDescriptor->uiPacketSize);
294
    pIP = skb_put(skb, lpPacketDescriptor->uiPacketSize);
295
295
Lines 429-435 Link Here
429
    CniGetPacketData(Packet, 0, lpPacketDescriptor->uiPacketSize, pIP);
429
    CniGetPacketData(Packet, 0, lpPacketDescriptor->uiPacketSize, pIP);
430
430
431
    /* put the mac header on */
431
    /* put the mac header on */
432
    do_gettimeofday(&skb->stamp);
432
    do_gettimeofday(&skb->tstamp);
433
433
434
    skb->dev = pBinding->pDevice;
434
    skb->dev = pBinding->pDevice;
435
435

Return to bug 107208