Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97371
b: refs/heads/master
c: f7f312a
h: refs/heads/master
i:
  97369: 47401ab
  97367: 12653e2
v: v3
  • Loading branch information
Wang Chen authored and Jeff Garzik committed May 22, 2008
1 parent 0cc08dd commit aad536a
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: 56cfe5d028687468f76e8b613c63ca41f209982d
refs/heads/master: f7f312a0c7e7a1947cf193e0e94a257ad7742cb2
2 changes: 1 addition & 1 deletion trunk/drivers/net/3c509.c
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,6 @@ el3_rx(struct net_device *dev)
struct sk_buff *skb;

skb = dev_alloc_skb(pkt_len+5);
dev->stats.rx_bytes += pkt_len;
if (el3_debug > 4)
printk("Receiving packet size %d status %4.4x.\n",
pkt_len, rx_status);
Expand All @@ -1078,6 +1077,7 @@ el3_rx(struct net_device *dev)
skb->protocol = eth_type_trans(skb,dev);
netif_rx(skb);
dev->last_rx = jiffies;
dev->stats.rx_bytes += pkt_len;
dev->stats.rx_packets++;
continue;
}
Expand Down

0 comments on commit aad536a

Please sign in to comment.