]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Fix opcode access in hci_complete
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Mon, 12 Mar 2012 13:59:33 +0000 (15:59 +0200)
committerGustavo Padovan <gustavo@padovan.org>
Wed, 28 Mar 2012 14:39:09 +0000 (11:39 -0300)
commit61a86c36bd1e3d8943da6b515d152bc13ffc1e85
treeac1363c2d7190bf345daf2e0341986e71d825c97
parent787db900f4df2e7f24371c8af4a41e11c3ad173d
Bluetooth: Fix opcode access in hci_complete

opcode to be accessed is in le16 format so convert it
first to cpu byte order.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_core.c