diff -r 69056c46aa4d -r bc2d4bf9cbe5 devices/8139too-2.6.34-ethercat.c --- a/devices/8139too-2.6.34-ethercat.c Thu Sep 06 19:52:17 2012 +0200 +++ b/devices/8139too-2.6.34-ethercat.c Thu Sep 06 20:22:24 2012 +0200 @@ -648,7 +648,7 @@ struct mii_if_info mii; unsigned int regs_len; unsigned long fifo_copy_timeout; - + ec_device_t *ecdev; }; @@ -1800,9 +1800,9 @@ wmb(); RTL_W32_F (TxStatus0 + (entry * sizeof (u32)), tp->tx_flag | max(len, (unsigned int)ETH_ZLEN)); - + dev->trans_start = jiffies; - + tp->cur_tx++; } else { spin_lock_irqsave(&tp->lock, flags);