summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorsave2010-05-18 15:04:27 +0000
committersave2010-05-18 15:04:27 +0000
commit9972c8015628f221a492af370fa43b57aacf1f75 (patch)
treedf592c52b33743c496e121f6061887b11a0b5be7 /cleopatre
parent1b4b38a7683a5120ff30531ee4ef42ac9abc2556 (diff)
cleo/u-boot: change MME_header length define, closes #1548
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7112 017c9cb6-072f-447c-8318-d5b54f68fe89
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))