aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cris/eth_v10.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/cris/eth_v10.c')
-rw-r--r--drivers/net/cris/eth_v10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c
index 64c016a99af8..221f5f011ff9 100644
--- a/drivers/net/cris/eth_v10.c
+++ b/drivers/net/cris/eth_v10.c
@@ -1106,7 +1106,7 @@ e100_send_packet(struct sk_buff *skb, struct net_device *dev)
1106 1106
1107 myNextTxDesc->skb = skb; 1107 myNextTxDesc->skb = skb;
1108 1108
1109 dev->trans_start = jiffies; /* NETIF_F_LLTX driver :( */ 1109 netif_trans_update(dev); /* NETIF_F_LLTX driver :( */
1110 1110
1111 e100_hardware_send_packet(np, buf, skb->len); 1111 e100_hardware_send_packet(np, buf, skb->len);
1112 1112