summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorJaganath Kanakkassery2018-02-26 07:41:07 +0100
committerMarcel Holtmann2018-04-01 14:25:30 +0200
commit8c59c264e5e17670c0ad2063fa40e3091b549151 (patch)
tree8f701e15853c41dc78df8267420ecb213f5a6db3 /include/net/bluetooth
parentMerge branch 'chelsio-inline-tls' (diff)
downloadkernel-qcow2-linux-8c59c264e5e17670c0ad2063fa40e3091b549151.tar.gz
kernel-qcow2-linux-8c59c264e5e17670c0ad2063fa40e3091b549151.tar.xz
kernel-qcow2-linux-8c59c264e5e17670c0ad2063fa40e3091b549151.zip
Bluetooth: Fix data type of appearence
It should be __le16 instead of __u16 since its part of mgmt API. Signed-off-by: Jaganath Kanakkassery <jaganathx.kanakkassery@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/mgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index 72a456bbbcd5..e7303eee65cd 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -600,7 +600,7 @@ struct mgmt_rp_read_ext_info {
#define MGMT_OP_SET_APPEARANCE 0x0043
struct mgmt_cp_set_appearance {
- __u16 appearance;
+ __le16 appearance;
} __packed;
#define MGMT_SET_APPEARANCE_SIZE 2