]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Bluetooth: Add missing hci_skb_opcode for raw socket commands
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 6 Nov 2015 06:42:20 +0000 (07:42 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 19 Nov 2015 16:50:27 +0000 (17:50 +0100)
commit1982162bbe20672941897566f2f42d51a306a155
treea4a379955f0a8433e94be7f8b5dbf470bd699d9f
parent44d271377479c4d4fe7f2d07d188656684773fbd
Bluetooth: Add missing hci_skb_opcode for raw socket commands

When HCI commands are injected via the raw socket, the core was not
including the decoded opcode value. So ensure that it is actually set.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_sock.c