]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/s390/net/qeth_main.c
[NET] gso: Add skb_is_gso
[net-next-2.6.git] / drivers / s390 / net / qeth_main.c
index 8e8963f1573173a41fb8995dd3d9866605fdc714..329e12c1fae4a725bb7bc3bc2b76af2f3b064273 100644 (file)
@@ -4457,7 +4457,7 @@ qeth_send_packet(struct qeth_card *card, struct sk_buff *skb)
        queue = card->qdio.out_qs
                [qeth_get_priority_queue(card, skb, ipv, cast_type)];
 
-       if (skb_shinfo(skb)->gso_size)
+       if (skb_is_gso(skb))
                large_send = card->options.large_send;
 
        /*are we able to do TSO ? If so ,prepare and send it from here */