[BLUETOOTH]: rfcomm endianness annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro
2006-11-08 00:28:19 -08:00
committed by David S. Miller
parent 1bc5d4483a
commit 6ba9c755e5
2 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@ struct rfcomm_pn {
u8 flow_ctrl;
u8 priority;
u8 ack_timer;
u16 mtu;
__le16 mtu;
u8 max_retrans;
u8 credits;
} __attribute__ ((packed));
@ -136,7 +136,7 @@ struct rfcomm_rpn {
u8 flow_ctrl;
u8 xon_char;
u8 xoff_char;
u16 param_mask;
__le16 param_mask;
} __attribute__ ((packed));
struct rfcomm_rls {