Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10917
b: refs/heads/master
c: 0abe791
h: refs/heads/master
i:
  10915: 684a408
v: v3
  • Loading branch information
Santiago Leon authored and Jeff Garzik committed Oct 28, 2005
1 parent 8489991 commit 9d72b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37ff238d68683d42e7363eee3303773906c336d9
refs/heads/master: 0abe791e94033b727f2b55670c2966f3d3d3cf70
2 changes: 2 additions & 0 deletions trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ static int ibmveth_start_xmit(struct sk_buff *skb, struct net_device *netdev)
} else {
adapter->stats.tx_packets++;
adapter->stats.tx_bytes += skb->len;
netdev->trans_start = jiffies;
}

do {
Expand Down Expand Up @@ -776,6 +777,7 @@ static int ibmveth_poll(struct net_device *netdev, int *budget)
adapter->stats.rx_packets++;
adapter->stats.rx_bytes += length;
frames_processed++;
netdev->last_rx = jiffies;
}
} else {
more_work = 0;
Expand Down

0 comments on commit 9d72b05

Please sign in to comment.