]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Don't claim to do IPv6 checksum offload
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 3 Dec 2007 04:34:32 +0000 (04:34 +0000)
committerJeff Garzik <jeff@garzik.org>
Tue, 4 Dec 2007 19:53:07 +0000 (14:53 -0500)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/pasemi_mac.c

index 09b4fde8d924978d05a63d8e57b834dea02ecea9..a8db5d7105fb9a9c23fe213694d3b5ab9a7ceb75 100644 (file)
@@ -1362,7 +1362,7 @@ pasemi_mac_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 
        netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
 
-       dev->features = NETIF_F_HW_CSUM | NETIF_F_LLTX | NETIF_F_SG;
+       dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG;
 
        /* These should come out of the device tree eventually */
        mac->dma_txch = index;