X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fif_frad.h;h=395f0aad9cbf048a0650ba3e48565669a96707bd;hb=364c6badde0dd62a0a38e5ed67f85d87d6665780;hp=511999c7eedaa96149d2e44f06e0059e94c93141;hpb=129521dcc94f781890f8f668219ab79f0073ff9f;p=powerpc.git diff --git a/include/linux/if_frad.h b/include/linux/if_frad.h index 511999c7ee..395f0aad9c 100644 --- a/include/linux/if_frad.h +++ b/include/linux/if_frad.h @@ -131,17 +131,17 @@ struct frad_conf /* these are the fields of an RFC 1490 header */ struct frhdr { - unsigned char control __attribute__((packed)); + unsigned char control; /* for IP packets, this can be the NLPID */ - unsigned char pad __attribute__((packed)); + unsigned char pad; - unsigned char NLPID __attribute__((packed)); - unsigned char OUI[3] __attribute__((packed)); - unsigned short PID __attribute__((packed)); + unsigned char NLPID; + unsigned char OUI[3]; + unsigned short PID; #define IP_NLPID pad -}; +} __attribute__((packed)); /* see RFC 1490 for the definition of the following */ #define FRAD_I_UI 0x03