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 /net/802 | |
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 'net/802')
-rw-r--r-- | net/802/tr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/802/tr.c b/net/802/tr.c index 85293ccf7efc..3bfb86260f27 100644 --- a/net/802/tr.c +++ b/net/802/tr.c | |||
@@ -50,8 +50,8 @@ static void rif_check_expire(unsigned long dummy); | |||
50 | struct rif_cache_s { | 50 | struct rif_cache_s { |
51 | unsigned char addr[TR_ALEN]; | 51 | unsigned char addr[TR_ALEN]; |
52 | int iface; | 52 | int iface; |
53 | __u16 rcf; | 53 | __be16 rcf; |
54 | __u16 rseg[8]; | 54 | __be16 rseg[8]; |
55 | struct rif_cache_s *next; | 55 | struct rif_cache_s *next; |
56 | unsigned long last_used; | 56 | unsigned long last_used; |
57 | unsigned char local_ring; | 57 | unsigned char local_ring; |