Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74799
b: refs/heads/master
c: 299f590
h: refs/heads/master
i:
  74797: 5d5a27d
  74795: 526ed3c
  74791: 1172457
  74783: a76b717
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Dec 11, 2007
1 parent 3d8ecd9 commit be99bfa
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: 505a41d43c24345f3fa77ddab152d1f82dd8264d
refs/heads/master: 299f590f26da9764f20e905879f0090552ff2e86
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/platform-iss/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,11 @@ static int iss_net_rx(struct net_device *dev)
if (pkt_len > 0) {
skb_trim(skb, pkt_len);
skb->protocol = lp->tp.protocol(skb);
// netif_rx(skb);
netif_rx_ni(skb);

lp->stats.rx_bytes += skb->len;
lp->stats.rx_packets++;
// netif_rx(skb);
netif_rx_ni(skb);
return pkt_len;
}
kfree_skb(skb);
Expand Down

0 comments on commit be99bfa

Please sign in to comment.