Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266827
b: refs/heads/master
c: e6f8aa9
h: refs/heads/master
i:
  266825: c6dd3c6
  266823: e5bdefe
v: v3
  • Loading branch information
Anton Blanchard authored and David S. Miller committed Oct 17, 2011
1 parent 97aaa93 commit 2e50cb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: 3428414f71e12f8111dfa16e4d958e6ed055268a
refs/heads/master: e6f8aa9b90dbb9dbe56e493b91132ced26eaaf81
2 changes: 0 additions & 2 deletions trunk/drivers/net/ethernet/ibm/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,6 @@ static void xmit_common(struct sk_buff *skb, struct ehea_swqe *swqe)

swqe->tcp_offset = swqe->ip_end + 1 +
offsetof(struct udphdr, check);
swqe->tcp_end = skb->len - 1;
break;

case IPPROTO_TCP:
Expand All @@ -2010,7 +2009,6 @@ static void xmit_common(struct sk_buff *skb, struct ehea_swqe *swqe)

swqe->tcp_offset = swqe->ip_end + 1 +
offsetof(struct tcphdr, check);
swqe->tcp_end = skb->len - 1;
break;
}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/ibm/ehea/ehea_qmr.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ struct ehea_swqe {
u8 immediate_data_length;
u8 tcp_offset;
u8 reserved2;
u16 tcp_end;
u16 reserved2b;
u8 wrap_tag;
u8 descriptors; /* number of valid descriptors in WQE */
u16 reserved3;
Expand Down

0 comments on commit 2e50cb8

Please sign in to comment.