]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/tipc/tipc_bearer.h
Merge git://git.infradead.org/hdrinstall-2.6
[linux-2.6-omap-h63xx.git] / include / net / tipc / tipc_bearer.h
index 098607cd4b78d7998792aa52e0b0a72b2986daff..e07136d74c2f7805d363e9529a4ef10a9b62caa2 100644 (file)
 
 #define TIPC_MEDIA_TYPE_ETH    1
 
+/* 
+ * Destination address structure used by TIPC bearers when sending messages
+ * 
+ * IMPORTANT: The fields of this structure MUST be stored using the specified
+ * byte order indicated below, as the structure is exchanged between nodes
+ * as part of a link setup process.
+ */
+
 struct tipc_media_addr {
-       __u32  type;
+       __u32  type;                    /* bearer type (network byte order) */
        union {
-               __u8   eth_addr[6];     /* Ethernet bearer */ 
+               __u8   eth_addr[6];     /* 48 bit Ethernet addr (byte array) */ 
 #if 0
                /* Prototypes for other possible bearer types */