Changeset 61429 in vbox for trunk/src/VBox
- Timestamp:
- Jun 3, 2016 9:19:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r60584 r61429 153 153 pPriv->Stats.tx_packets++; 154 154 pPriv->Stats.tx_bytes += pSkb->len; 155 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31) 155 156 /* Update transmission time stamp. */ 156 157 pNetDev->trans_start = jiffies; 158 #endif 157 159 /* Nothing else to do, just free the sk_buff. */ 158 160 dev_kfree_skb(pSkb);
Note:
See TracChangeset
for help on using the changeset viewer.