gianfar: Implement workaround for eTSEC-A002 erratum
[sfrench/cifs-2.6.git] / drivers / net / gianfar.h
index c414374f407fdac58924501c206b76bdd607c5f3..710810e2adb4aedc86f9c96051a3ee76980970a7 100644 (file)
@@ -1028,6 +1028,7 @@ struct gfar_priv_grp {
 enum gfar_errata {
        GFAR_ERRATA_74          = 0x01,
        GFAR_ERRATA_76          = 0x02,
+       GFAR_ERRATA_A002        = 0x04,
 };
 
 /* Struct stolen almost completely (and shamelessly) from the FCC enet source