summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include
diff options
context:
space:
mode:
authorsave2010-05-06 15:31:27 +0000
committersave2010-05-06 15:31:27 +0000
commite6cb064510efea1877a98f023cdd0e6104aa3d0b (patch)
tree55941567b9bb475f8d7c765c86ec009dd080ae1f /cleopatre/u-boot-1.1.6/include
parentf3f8271afb77db0ea09b14d797264c063b689fad (diff)
cleo/spidupd: add the FMI MME field on SPIDUPD messages, closes #1471
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6990 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6/include')
-rw-r--r--cleopatre/u-boot-1.1.6/include/net.h3
1 files changed, 1 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 999c1f5d4c..b79acd0df4 100644
--- a/cleopatre/u-boot-1.1.6/include/net.h
+++ b/cleopatre/u-boot-1.1.6/include/net.h
@@ -153,11 +153,10 @@ typedef struct
{
unsigned char mme_dest[6]; /* Destination node */
unsigned char mme_src[6]; /* Source node */
- //unsigned int vlan_tag; /* ieee 802.1q VLAN tag (optional) */
unsigned short mtype; /* 0x88e1 (iee assigned Ethertype) */
unsigned char mmv; /* Management Message Version */
unsigned short mmtype; /* Management Message Type */
- //unsigned short fmi; /* Fragmentation Management Info */
+ unsigned short fmi; /* Fragmentation Management Info */
} __attribute__ ((__packed__)) MME_t;
#define MME_HDR_SIZE 23 /* MME header size (Homeplug AV) */