]> Pileus Git - ~andy/linux/blobdiff - drivers/net/gianfar.h
gianfar: Fall back to software tcp/udp checksum on older controllers
[~andy/linux] / drivers / net / gianfar.h
index 54de4135e932b9dd2d92eedd32cf0338a20f3011..ec5d595ce2e265a342ed2c92cb479e202a239e37 100644 (file)
@@ -1039,6 +1039,7 @@ enum gfar_errata {
        GFAR_ERRATA_74          = 0x01,
        GFAR_ERRATA_76          = 0x02,
        GFAR_ERRATA_A002        = 0x04,
+       GFAR_ERRATA_12          = 0x08, /* a.k.a errata eTSEC49 */
 };
 
 /* Struct stolen almost completely (and shamelessly) from the FCC enet source