summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/u-boot-1.1.6/include/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleopatre/u-boot-1.1.6/include/net.h b/cleopatre/u-boot-1.1.6/include/net.h
index bb4c7823ac..5b9f327eed 100644
--- a/cleopatre/u-boot-1.1.6/include/net.h
+++ b/cleopatre/u-boot-1.1.6/include/net.h
@@ -160,7 +160,7 @@ typedef struct
unsigned short fmi; /* Fragmentation Management Info */
} __attribute__ ((__packed__)) MME_t;
-#define MME_HDR_SIZE 23 /* MME header size (Homeplug AV) */
+#define MME_HDR_SIZE 19 /* MME header size (Homeplug AV) */
typedef struct
{
@@ -173,7 +173,7 @@ typedef struct
unsigned char oui[3]; /* Organizationally Unique Identifier */
} __attribute__ ((__packed__)) VSMS_MME_t;
-#define VSMS_MME_HDR_SIZE 26 /* header size for Vendor and Manufacturer Specific MME */
+#define VSMS_MME_HDR_SIZE 22 /* header size for Vendor and Manufacturer Specific MME */
#define OUI_SPIDCOM "\x00\x13\xd7"
#define VSMS_MME_IS_CORRECT_OUI(mme, _oui) (mme != NULL && !memcmp (mme->oui, _oui, 3))