Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171478
b: refs/heads/master
c: d6a2f98
h: refs/heads/master
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Nov 11, 2009
1 parent 4956496 commit e68146e
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: b1704374fd525e50c44e1a03098728f64231a6f5
refs/heads/master: d6a2f98b0128ad1225f959610ba21b6679b7cd96
4 changes: 2 additions & 2 deletions trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11129,10 +11129,10 @@ static inline u32 bnx2x_xmit_type(struct bnx2x *bp, struct sk_buff *skb)
}

if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4)
rc |= XMIT_GSO_V4;
rc |= (XMIT_GSO_V4 | XMIT_CSUM_V4 | XMIT_CSUM_TCP);

else if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6)
rc |= XMIT_GSO_V6;
rc |= (XMIT_GSO_V6 | XMIT_CSUM_TCP | XMIT_CSUM_V6);

return rc;
}
Expand Down

0 comments on commit e68146e

Please sign in to comment.