]> Git Repo - linux.git/commitdiff
e1000e: fixup merge error
authorArthur Jones <[email protected]>
Fri, 20 Mar 2009 22:56:35 +0000 (15:56 -0700)
committerDavid S. Miller <[email protected]>
Fri, 20 Mar 2009 22:56:35 +0000 (15:56 -0700)
When merging into Jeff's tree:

commit 5f66f208064f083aab5e55935d0575892e033b59
Author: Arthur Jones <[email protected]>
Date:   Thu Mar 19 01:13:08 2009 +0000

    e1000e: allow tx of pre-formatted vlan tagged packets

We lost one line, this fixes that missing
piece...

Signed-off-by: Arthur Jones <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/e1000e/netdev.c

index d092eafde9bf042a1ea5346f6815625e9ff50eba..f388a01793254231c49c3f3ea1624fb65c758f2d 100644 (file)
@@ -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;
This page took 0.061644 seconds and 4 git commands to generate.