diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2005-05-26 15:59:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-05-26 15:59:05 -0400 |
commit | c6b3365391c626206f6789354794a81a010cb7a1 (patch) | |
tree | da574716500222ef1a7c4c66d1891ba1c4d8fd95 /include/linux/if_tr.h | |
parent | 92d63decc0b6a5d600f792fcf5f3ff9718c09a3d (diff) |
[TOKENRING]: be'ify trh_hdr, trllc, rif_cache_s
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_tr.h')
-rw-r--r-- | include/linux/if_tr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/if_tr.h b/include/linux/if_tr.h index a2b01e1e72f2..6688b414c529 100644 --- a/include/linux/if_tr.h +++ b/include/linux/if_tr.h | |||
@@ -36,8 +36,8 @@ struct trh_hdr { | |||
36 | __u8 fc; /* frame control field */ | 36 | __u8 fc; /* frame control field */ |
37 | __u8 daddr[TR_ALEN]; /* destination address */ | 37 | __u8 daddr[TR_ALEN]; /* destination address */ |
38 | __u8 saddr[TR_ALEN]; /* source address */ | 38 | __u8 saddr[TR_ALEN]; /* source address */ |
39 | __u16 rcf; /* route control field */ | 39 | __be16 rcf; /* route control field */ |
40 | __u16 rseg[8]; /* routing registers */ | 40 | __be16 rseg[8]; /* routing registers */ |
41 | }; | 41 | }; |
42 | 42 | ||
43 | #ifdef __KERNEL__ | 43 | #ifdef __KERNEL__ |
@@ -55,7 +55,7 @@ struct trllc { | |||
55 | __u8 ssap; /* source SAP */ | 55 | __u8 ssap; /* source SAP */ |
56 | __u8 llc; /* LLC control field */ | 56 | __u8 llc; /* LLC control field */ |
57 | __u8 protid[3]; /* protocol id */ | 57 | __u8 protid[3]; /* protocol id */ |
58 | __u16 ethertype; /* ether type field */ | 58 | __be16 ethertype; /* ether type field */ |
59 | }; | 59 | }; |
60 | 60 | ||
61 | /* Token-Ring statistics collection data. */ | 61 | /* Token-Ring statistics collection data. */ |