Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135312
b: refs/heads/master
c: 3f51839
h: refs/heads/master
v: v3
  • Loading branch information
Arthur Jones authored and David S. Miller committed Mar 20, 2009
1 parent 0fd3938 commit ceb9fe6
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: 2b1c4354de72ced917d2f3fe88117613f992234b
refs/heads/master: 3f518390ab1b65bc2e2bc01774eb2c5918c433ee
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3774,7 +3774,7 @@ static bool e1000_tx_csum(struct e1000_adapter *adapter, struct sk_buff *skb)
else
protocol = skb->protocol;

switch (skb->protocol) {
switch (protocol) {
case cpu_to_be16(ETH_P_IP):
if (ip_hdr(skb)->protocol == IPPROTO_TCP)
cmd_len |= E1000_TXD_CMD_TCP;
Expand Down

0 comments on commit ceb9fe6

Please sign in to comment.