提交 8c59c264 编写于 作者: J Jaganath Kanakkassery 提交者: Marcel Holtmann

Bluetooth: Fix data type of appearence

It should be __le16 instead of __u16 since its part of
mgmt API.
Signed-off-by: NJaganath Kanakkassery <jaganathx.kanakkassery@intel.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 06b19fe9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册