]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/block/aoe/aoecmd.c
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
[mv-sheeva.git] / drivers / block / aoe / aoecmd.c
index 31693bc24444f3541c74dfccc9c9c384edf8fd5a..965ece2c7e4da6040454443395adb89240eaa475 100644 (file)
@@ -34,13 +34,6 @@ new_skb(ulong len)
                skb_reset_mac_header(skb);
                skb_reset_network_header(skb);
                skb->protocol = __constant_htons(ETH_P_AOE);
-               skb->priority = 0;
-               skb->next = skb->prev = NULL;
-
-               /* tell the network layer not to perform IP checksums
-                * or to get the NIC to do it
-                */
-               skb->ip_summed = CHECKSUM_NONE;
        }
        return skb;
 }