VirtualBox

Changeset 61429 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 3, 2016 9:19:36 AM (9 years ago)
Author:
vboxsync
Message:

netadp: do not update trans_start for 2.6.31+

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c

    r60584 r61429  
    153153    pPriv->Stats.tx_packets++;
    154154    pPriv->Stats.tx_bytes += pSkb->len;
     155#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31)
    155156    /* Update transmission time stamp. */
    156157    pNetDev->trans_start = jiffies;
     158#endif
    157159    /* Nothing else to do, just free the sk_buff. */
    158160    dev_kfree_skb(pSkb);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette