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

(-)trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c (+2 lines)
Lines 153-158 Link Here
153
    pPriv->Stats.tx_packets++;
153
    pPriv->Stats.tx_packets++;
154
    pPriv->Stats.tx_bytes += pSkb->len;
154
    pPriv->Stats.tx_bytes += pSkb->len;
155
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31)
155
    /* Update transmission time stamp. */
156
    /* Update transmission time stamp. */
156
    pNetDev->trans_start = jiffies;
157
    pNetDev->trans_start = jiffies;
158
#endif
157
    /* Nothing else to do, just free the sk_buff. */
159
    /* Nothing else to do, just free the sk_buff. */
158
    dev_kfree_skb(pSkb);
160
    dev_kfree_skb(pSkb);

Return to bug 597446