Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361841
b: refs/heads/master
c: 76a0e68
h: refs/heads/master
i:
  361839: 27a41d4
v: v3
  • Loading branch information
Veaceslav Falico authored and David S. Miller committed Mar 26, 2013
1 parent f4ed279 commit 0b5de4e
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: a79ca223e029aa4f09abb337accf1812c900a800
refs/heads/master: 76a0e68129d7d24eb995a6871ab47081bbfa0acc
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1726,9 +1726,9 @@ pch_gbe_clean_rx(struct pch_gbe_adapter *adapter,

skb->protocol = eth_type_trans(skb, netdev);
if (tcp_ip_status & PCH_GBE_RXD_ACC_STAT_TCPIPOK)
skb->ip_summed = CHECKSUM_NONE;
else
skb->ip_summed = CHECKSUM_UNNECESSARY;
else
skb->ip_summed = CHECKSUM_NONE;

napi_gro_receive(&adapter->napi, skb);
(*work_done)++;
Expand Down

0 comments on commit 0b5de4e

Please sign in to comment.