Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287692
b: refs/heads/master
c: fbcf88b
h: refs/heads/master
v: v3
  • Loading branch information
Cousson, Benoit authored and David S. Miller committed Feb 13, 2012
1 parent d88969d commit 54ad530
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: 66d885cba670059396b2f9ed9d5f4cbead0baee0
refs/heads/master: fbcf88b8833ce2c404b9a0e7caab82b20312cbbc
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/micrel/ks8851.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ static void ks8851_rx_pkts(struct ks8851_net *ks)
ks8851_dbg_dumpkkt(ks, rxpkt);

skb->protocol = eth_type_trans(skb, ks->netdev);
netif_rx(skb);
netif_rx_ni(skb);

ks->netdev->stats.rx_packets++;
ks->netdev->stats.rx_bytes += rxlen;
Expand Down

0 comments on commit 54ad530

Please sign in to comment.