]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/tc35815.c
net: trans_start cleanups
[net-next-2.6.git] / drivers / net / tc35815.c
index 36149ddace4689e8f90e00173a61dd79378ea6fe..be08b75dbc15a3d2d6adaf8d76c6d1de83c4d362 100644 (file)
@@ -1357,8 +1357,6 @@ static int tc35815_send_packet(struct sk_buff *skb, struct net_device *dev)
        }
        lp->tfd_start = (lp->tfd_start + 1) % TX_FD_NUM;
 
-       dev->trans_start = jiffies;
-
        /* If we just used up the very last entry in the
         * TX ring on this device, tell the queueing
         * layer to send no more.