diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2013-03-09 11:53:50 +0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2013-03-10 00:19:09 +0400 |
commit | ad82cdd196cc3e31c412a091e8dd59bef0331eaa (patch) | |
tree | 1834b0afc4c719cf33e976a0874718777ef243fa /drivers/bluetooth | |
parent | 34739c1effcbdc6d210324e86514fa2d2d47b12b (diff) | |
download | linux-ad82cdd196cc3e31c412a091e8dd59bef0331eaa.tar.xz |
Bluetooth: Fix endianness handling of cmd_status/complete opcodes
The opcode in cmd_complete and cmd_status events is 16 bits, so we
should only be comparing it after having converted it to the host
endianness. There's already an opcode variable in both functions which
is in host endiannes so the right fix is to just start using it instead
of ev->opcode.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'drivers/bluetooth')
0 files changed, 0 insertions, 0 deletions