aboutsummaryrefslogtreecommitdiffstats
path: root/net/802/tr.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/802/tr.c')
-rw-r--r--net/802/tr.c4
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);
struct rif_cache_s {
unsigned char addr[TR_ALEN];
int iface;
- __u16 rcf;
- __u16 rseg[8];
+ __be16 rcf;
+ __be16 rseg[8];
struct rif_cache_s *next;
unsigned long last_used;
unsigned char local_ring;