]> git.karo-electronics.de Git - karo-tx-linux.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, 28 Mar 2012 14:39:05 +0000 (11:39 -0300)
commit0322d88892c92d698716958271f6d46ffca620e3
tree6e40aaaf2d5fb49a2f2779528ee2644d3e7e48a8
parent8a78335442cea429afb2b964318b6e257448ea00
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