Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1452
b: refs/heads/master
c: c6b3365
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed May 26, 2005
1 parent 60460a7 commit 0e67a6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 92d63decc0b6a5d600f792fcf5f3ff9718c09a3d
refs/heads/master: c6b3365391c626206f6789354794a81a010cb7a1
6 changes: 3 additions & 3 deletions trunk/include/linux/if_tr.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ struct trh_hdr {
__u8 fc; /* frame control field */
__u8 daddr[TR_ALEN]; /* destination address */
__u8 saddr[TR_ALEN]; /* source address */
__u16 rcf; /* route control field */
__u16 rseg[8]; /* routing registers */
__be16 rcf; /* route control field */
__be16 rseg[8]; /* routing registers */
};

#ifdef __KERNEL__
Expand All @@ -55,7 +55,7 @@ struct trllc {
__u8 ssap; /* source SAP */
__u8 llc; /* LLC control field */
__u8 protid[3]; /* protocol id */
__u16 ethertype; /* ether type field */
__be16 ethertype; /* ether type field */
};

/* Token-Ring statistics collection data. */
Expand Down
4 changes: 2 additions & 2 deletions trunk/net/802/tr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0e67a6f

Please sign in to comment.