net: make drivers set the TSO limit not the GSO limit
[linux-2.6-microblaze.git] / drivers / s390 / net / qeth_l3_main.c
index ea3b6b1..8d44bce 100644 (file)
@@ -1907,7 +1907,7 @@ static int qeth_l3_setup_netdev(struct qeth_card *card)
 
        netif_keep_dst(card->dev);
        if (card->dev->hw_features & (NETIF_F_TSO | NETIF_F_TSO6))
-               netif_set_gso_max_size(card->dev,
+               netif_set_tso_max_size(card->dev,
                                       PAGE_SIZE * (QETH_MAX_BUFFER_ELEMENTS(card) - 1));
 
        netif_napi_add(card->dev, &card->napi, qeth_poll, NAPI_POLL_WEIGHT);