]> git.baikalelectronics.ru Git - 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)
commita17c3eadedfe2994c3c6b6d250eb93e0d913d9ef
treea4a379955f0a8433e94be7f8b5dbf470bd699d9f
parenta22419f254861040d85d03cbdb2cf307bc8cd76f
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