|
@@ -5052,18 +5052,6 @@ void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb)
|
|
u8 status = 0, event = hdr->evt;
|
|
u8 status = 0, event = hdr->evt;
|
|
u16 opcode = HCI_OP_NOP;
|
|
u16 opcode = HCI_OP_NOP;
|
|
|
|
|
|
- hci_dev_lock(hdev);
|
|
|
|
-
|
|
|
|
- /* Received events are (currently) only needed when a request is
|
|
|
|
- * ongoing so avoid unnecessary memory allocation.
|
|
|
|
- */
|
|
|
|
- if (hci_req_pending(hdev)) {
|
|
|
|
- kfree_skb(hdev->recv_evt);
|
|
|
|
- hdev->recv_evt = skb_clone(skb, GFP_KERNEL);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- hci_dev_unlock(hdev);
|
|
|
|
-
|
|
|
|
if (hdev->sent_cmd && bt_cb(hdev->sent_cmd)->req.event == event) {
|
|
if (hdev->sent_cmd && bt_cb(hdev->sent_cmd)->req.event == event) {
|
|
struct hci_command_hdr *cmd_hdr = (void *) hdev->sent_cmd->data;
|
|
struct hci_command_hdr *cmd_hdr = (void *) hdev->sent_cmd->data;
|
|
opcode = __le16_to_cpu(cmd_hdr->opcode);
|
|
opcode = __le16_to_cpu(cmd_hdr->opcode);
|