net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
[deliverable/linux.git] / drivers / net / ethernet / oki-semi / pch_gbe / pch_gbe_param.c
index 08d4be61606480d645f5e772f998b335b508ed65..e097e6baaac431247981a5cce40989e86100a3fc 100644 (file)
@@ -500,7 +500,7 @@ void pch_gbe_check_options(struct pch_gbe_adapter *adapter)
                val = XsumTX;
                pch_gbe_validate_option(&val, &opt, adapter);
                if (!val)
-                       dev->features &= ~NETIF_F_ALL_CSUM;
+                       dev->features &= ~NETIF_F_CSUM_MASK;
        }
        { /* Flow Control */
                static const struct pch_gbe_option opt = {
This page took 0.024375 seconds and 5 git commands to generate.