Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75319
b: refs/heads/master
c: 9a262d5
h: refs/heads/master
i:
  75317: 376fd4b
  75315: 9002ef2
  75311: 6019084
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jan 9, 2008
1 parent 36d0fad commit e0ea136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 92ffb85dd33d62ac1dad8b44da62365f2aad413d
refs/heads/master: 9a262d5c24c63d2b7bea05e41d9b3bfbef63e903
4 changes: 2 additions & 2 deletions trunk/drivers/net/netx-eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ static void netx_eth_receive(struct net_device *ndev)
ndev->last_rx = jiffies;
skb->protocol = eth_type_trans(skb, ndev);
netif_rx(skb);
dev->stats.rx_packets++;
dev->stats.rx_bytes += len;
ndev->stats.rx_packets++;
ndev->stats.rx_bytes += len;
}

static irqreturn_t
Expand Down

0 comments on commit e0ea136

Please sign in to comment.