]> 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)
commit5eb7bf74a4719c7d915e8806655d439ba44b0baa
treea4a379955f0a8433e94be7f8b5dbf470bd699d9f
parentdd24e9e91d7f2e5c441ab7fb2ab166676f2d2dfa
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