Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135301
b: refs/heads/master
c: cd7a3b7
h: refs/heads/master
i:
  135299: 7f59548
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Mar 20, 2009
1 parent baa599c commit 949664a
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: 8fd17f2e6c973efdb2e3fcb5026d204441dd01fd
refs/heads/master: cd7a3b75ba7af7d14a264fe3d414fcc74307f748
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc9420.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ static void smsc9420_rx_handoff(struct smsc9420_pdata *pd, const int index,
if (pd->rx_csum) {
u16 hw_csum = get_unaligned_le16(skb_tail_pointer(skb) +
NET_IP_ALIGN + packet_length + 4);
put_unaligned_le16(cpu_to_le16(hw_csum), &skb->csum);
put_unaligned_le16(hw_csum, &skb->csum);
skb->ip_summed = CHECKSUM_COMPLETE;
}

Expand Down

0 comments on commit 949664a

Please sign in to comment.