diff options
| author | Anton Altaparmakov <aia21@cantab.net> | 2006-01-19 11:39:33 -0500 |
|---|---|---|
| committer | Anton Altaparmakov <aia21@cantab.net> | 2006-01-19 11:39:33 -0500 |
| commit | 944d79559d154c12becde0dab327016cf438f46c (patch) | |
| tree | 50c101806f4d3b6585222dda060559eb4f3e005a /include/linux/if_frad.h | |
| parent | d087e4bdd24ebe3ae3d0b265b6573ec901af4b4b (diff) | |
| parent | 0f36b018b2e314d45af86449f1a97facb1fbe300 (diff) | |
Merge branch 'master' of /usr/src/ntfs-2.6/
Diffstat (limited to 'include/linux/if_frad.h')
| -rw-r--r-- | include/linux/if_frad.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/if_frad.h b/include/linux/if_frad.h index 511999c7eeda..395f0aad9cbf 100644 --- a/include/linux/if_frad.h +++ b/include/linux/if_frad.h | |||
| @@ -131,17 +131,17 @@ struct frad_conf | |||
| 131 | /* these are the fields of an RFC 1490 header */ | 131 | /* these are the fields of an RFC 1490 header */ |
| 132 | struct frhdr | 132 | struct frhdr |
| 133 | { | 133 | { |
| 134 | unsigned char control __attribute__((packed)); | 134 | unsigned char control; |
| 135 | 135 | ||
| 136 | /* for IP packets, this can be the NLPID */ | 136 | /* for IP packets, this can be the NLPID */ |
| 137 | unsigned char pad __attribute__((packed)); | 137 | unsigned char pad; |
| 138 | 138 | ||
| 139 | unsigned char NLPID __attribute__((packed)); | 139 | unsigned char NLPID; |
| 140 | unsigned char OUI[3] __attribute__((packed)); | 140 | unsigned char OUI[3]; |
| 141 | unsigned short PID __attribute__((packed)); | 141 | unsigned short PID; |
| 142 | 142 | ||
| 143 | #define IP_NLPID pad | 143 | #define IP_NLPID pad |
| 144 | }; | 144 | } __attribute__((packed)); |
| 145 | 145 | ||
| 146 | /* see RFC 1490 for the definition of the following */ | 146 | /* see RFC 1490 for the definition of the following */ |
| 147 | #define FRAD_I_UI 0x03 | 147 | #define FRAD_I_UI 0x03 |
