Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74576
b: refs/heads/master
c: d30f53a
h: refs/heads/master
v: v3
  • Loading branch information
Wang Chen authored and Jeff Garzik committed Dec 4, 2007
1 parent 1700f16 commit 1829f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cfcbe998aa0459e20bbad61376f81c1715b25d6
refs/heads/master: d30f53aeb31d453a5230f526bea592af07944564
2 changes: 1 addition & 1 deletion trunk/drivers/net/smc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1299,9 +1299,9 @@ smc911x_rx_dma_irq(int dma, void *data)
PRINT_PKT(skb->data, skb->len);
dev->last_rx = jiffies;
skb->protocol = eth_type_trans(skb, dev);
netif_rx(skb);
dev->stats.rx_packets++;
dev->stats.rx_bytes += skb->len;
netif_rx(skb);

spin_lock_irqsave(&lp->lock, flags);
pkts = (SMC_GET_RX_FIFO_INF() & RX_FIFO_INF_RXSUSED_) >> 16;
Expand Down

0 comments on commit 1829f2b

Please sign in to comment.