diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-15 00:11:29 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:22:55 -0500 |
commit | 30d492da738a8d5f4ec884b3e1a13eef97714994 (patch) | |
tree | 6184b7fd083a41315ce84379fae0faf0c1749462 /net/atm/lec.h | |
parent | 42d224aa170a4f7446cea6c972d9302d524545e5 (diff) |
[ATM]: Annotations.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm/lec.h')
-rw-r--r-- | net/atm/lec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/atm/lec.h b/net/atm/lec.h index 877f50939696..24cc95f86741 100644 --- a/net/atm/lec.h +++ b/net/atm/lec.h | |||
@@ -14,14 +14,14 @@ | |||
14 | #define LEC_HEADER_LEN 16 | 14 | #define LEC_HEADER_LEN 16 |
15 | 15 | ||
16 | struct lecdatahdr_8023 { | 16 | struct lecdatahdr_8023 { |
17 | unsigned short le_header; | 17 | __be16 le_header; |
18 | unsigned char h_dest[ETH_ALEN]; | 18 | unsigned char h_dest[ETH_ALEN]; |
19 | unsigned char h_source[ETH_ALEN]; | 19 | unsigned char h_source[ETH_ALEN]; |
20 | unsigned short h_type; | 20 | __be16 h_type; |
21 | }; | 21 | }; |
22 | 22 | ||
23 | struct lecdatahdr_8025 { | 23 | struct lecdatahdr_8025 { |
24 | unsigned short le_header; | 24 | __be16 le_header; |
25 | unsigned char ac_pad; | 25 | unsigned char ac_pad; |
26 | unsigned char fc; | 26 | unsigned char fc; |
27 | unsigned char h_dest[ETH_ALEN]; | 27 | unsigned char h_dest[ETH_ALEN]; |