Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167712
b: refs/heads/master
c: 845de8a
h: refs/heads/master
v: v3
  • Loading branch information
Joyce Yu authored and David S. Miller committed Oct 22, 2009
1 parent d5a4833 commit 0728aed
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: b6a71bfa00eb110c8a2e38f85572ed361f8bf3a5
refs/heads/master: 845de8afa66550331dca164ab77fa49de930b699
2 changes: 1 addition & 1 deletion trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3545,7 +3545,7 @@ static int niu_process_rx_pkt(struct napi_struct *napi, struct niu *np,
rp->rcr_index = index;

skb_reserve(skb, NET_IP_ALIGN);
__pskb_pull_tail(skb, min(len, NIU_RXPULL_MAX));
__pskb_pull_tail(skb, min(len, VLAN_ETH_HLEN));

rp->rx_packets++;
rp->rx_bytes += skb->len;
Expand Down

0 comments on commit 0728aed

Please sign in to comment.