summaryrefslogtreecommitdiffstats
path: root/libs/NCSI/include/Ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/NCSI/include/Ethernet.h')
-rw-r--r--libs/NCSI/include/Ethernet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/NCSI/include/Ethernet.h b/libs/NCSI/include/Ethernet.h
index 0a9fccd..ce7ba34 100644
--- a/libs/NCSI/include/Ethernet.h
+++ b/libs/NCSI/include/Ethernet.h
@@ -47,7 +47,7 @@
#include <types.h>
-#define ETHERNET_FRAME_MIN 64
+#define ETHERNET_FRAME_MIN (64 - 4) /* Hardware automatically adds FCS (last 4 bytes) */
typedef struct
{
@@ -496,4 +496,4 @@ typedef union {
-#endif /* ETHERNET_H */ \ No newline at end of file
+#endif /* ETHERNET_H */
OpenPOWER on IntegriCloud