]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Correct type for hdev lmp_subver
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Fri, 9 Mar 2012 09:46:49 +0000 (11:46 +0200)
committerGustavo Padovan <gustavo@padovan.org>
Wed, 9 May 2012 03:41:28 +0000 (00:41 -0300)
commitb0a2e851e96a0c1a1adedb688702daace674140e
tree4eb2046f211bebabc163ae11a972b6c5f07fa7c8
parent5a3b99b9ec2947c06ee9f619b7d621db6c1bf83f
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>
include/net/bluetooth/hci_core.h