Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26071
b: refs/heads/master
c: 5185db0
h: refs/heads/master
i:
  26069: 73306a9
  26067: 4bdf400
  26063: 1852b2c
v: v3
  • Loading branch information
David S. Miller committed Apr 19, 2006
1 parent 2c9b7d3 commit 6018030
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3672558c6180ca28a7aa46765702467a37e58fc5
refs/heads/master: 5185db09f46ed64d520d09db6e93852e44106628
3 changes: 2 additions & 1 deletion trunk/net/llc/llc_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ static inline int llc_fixup_skb(struct sk_buff *skb)
u16 pdulen = eth_hdr(skb)->h_proto,
data_size = ntohs(pdulen) - llc_len;

skb_trim(skb, data_size);
if (unlikely(pskb_trim_rcsum(skb, data_size)))
return 0;
}
return 1;
}
Expand Down

0 comments on commit 6018030

Please sign in to comment.