mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-24 03:24:55 +08:00
Bluetooth: Correct type for hdev lmp_subver
Keep lmp_subver in host byte order. We have following conversion in hci_cc_read_local_version: hdev->lmp_subver = __le16_to_cpu(rp->lmp_subver); Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
parent
e46668819c
commit
7d69230c43
@ -155,7 +155,7 @@ struct hci_dev {
|
||||
__u16 hci_rev;
|
||||
__u8 lmp_ver;
|
||||
__u16 manufacturer;
|
||||
__le16 lmp_subver;
|
||||
__u16 lmp_subver;
|
||||
__u16 voice_setting;
|
||||
__u8 io_capability;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user