Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56953
b: refs/heads/master
c: 93c1d3b
h: refs/heads/master
i:
  56951: 3f01368
v: v3
  • Loading branch information
Florin Malita authored and Jeff Garzik committed May 24, 2007
1 parent 7a90e75 commit 7bc8093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e971290133d8151c468cd70206fedc92648feb58
refs/heads/master: 93c1d3b790673bb2a7489d6f165c5c99a7f44baf
6 changes: 3 additions & 3 deletions trunk/drivers/net/spider_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1014,12 +1014,12 @@ spider_net_pass_skb_up(struct spider_net_descr *descr,
*/
}

/* pass skb up to stack */
netif_receive_skb(skb);

/* update netdevice statistics */
card->netdev_stats.rx_packets++;
card->netdev_stats.rx_bytes += skb->len;

/* pass skb up to stack */
netif_receive_skb(skb);
}

#ifdef DEBUG
Expand Down

0 comments on commit 7bc8093

Please sign in to comment.