From patchwork Wed Mar 25 07:03:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miao-chen Chou X-Patchwork-Id: 197237 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66468C54FDA for ; Wed, 25 Mar 2020 07:14:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7FCC820A8B for ; Wed, 25 Mar 2020 07:03:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="X+6oGftg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727380AbgCYHDx (ORCPT ); Wed, 25 Mar 2020 03:03:53 -0400 Received: from mail-pf1-f195.google.com ([209.85.210.195]:43521 "EHLO mail-pf1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725815AbgCYHDo (ORCPT ); Wed, 25 Mar 2020 03:03:44 -0400 Received: by mail-pf1-f195.google.com with SMTP id f206so585958pfa.10 for ; Wed, 25 Mar 2020 00:03:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=baRu5nsVbDxJSO3oJpwwpT6CsHgG9dJlSyie1x1BQxg=; b=X+6oGftgVS9JAs653mjzV4NYBb/WT5sFCMBMu0y+14I2F3DgVsomaBXkL1FET6FMCa 7JmnihsNxZAXKzxrm5PfIWHMXpOrnX2wLLwX5VQnpXH6RKp2TigiY47CsUXAVZ+QdRMf 3fos8ickYKt4OUGwh/oGGHrWFI+kpSn64Kfmg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=baRu5nsVbDxJSO3oJpwwpT6CsHgG9dJlSyie1x1BQxg=; b=ncN0JjRzJ04Bvz677XDZWM9XmFSnYu43uN/nKtlLhWSIPWxpwMpXHrDkwGw4qtm9kO Ays6rteRYlbQSvysSxVD4XDDOhjF8wJdbhubOCkFnqpioI0hInKkOXIvnsLJvdXbqxD5 +MMLCKiTbpK0CAtehyedbqagPLxCLDn0ZQ4HwNjyvQpWM3IGhH1aHZSi3pbqrkgEnVeW l48TNhONCd3Ol49meFB1MHRJSr8YujAgstaapISjw8gsouFHVJj0FoPHSeBbMJBsvPdh wAe99UjRw9L9EuI8Z8pSi2GhIiepKK3bceqsRCm8VmLfR0yJcM4LVAyNCfKAwlWJJZpJ 7JTQ== X-Gm-Message-State: ANhLgQ1Z9OTxTii9TnZ+ed9NbqiCMV571yINRy87RmL50gr4bsObn/i2 7sL0wGU3ItORxIVEtmk2WieT0gMpcbI= X-Google-Smtp-Source: ADFU+vuNT9INJ2iEvMa3zIO7zdhHTcpkfnNUr9luK/PfllzQPPC6EssZTNehgCDtbkATdvNjqh7yBQ== X-Received: by 2002:a63:a54:: with SMTP id z20mr1774834pgk.372.1585119822183; Wed, 25 Mar 2020 00:03:42 -0700 (PDT) Received: from mcchou0.mtv.corp.google.com ([2620:15c:202:201:b46:ac84:1014:9555]) by smtp.gmail.com with ESMTPSA id i34sm566240pgm.83.2020.03.25.00.03.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Mar 2020 00:03:41 -0700 (PDT) From: Miao-chen Chou To: Bluetooth Kernel Mailing List Cc: Luiz Augusto von Dentz , Marcel Holtmann , Alain Michaud , Miao-chen Chou , "David S. Miller" , Jakub Kicinski , Johan Hedberg , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH v2 1/2] Bluetooth: btusb: Indicate Microsoft vendor extension for Intel 9460/9560 and 9160/9260 Date: Wed, 25 Mar 2020 00:03:35 -0700 Message-Id: <20200325000332.v2.1.I0e975833a6789e8acc74be7756cd54afde6ba98c@changeid> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200325070336.1097-1-mcchou@chromium.org> References: <20200325070336.1097-1-mcchou@chromium.org> MIME-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org This adds a bit mask of driver_info for Microsoft vendor extension and indicates the support for Intel 9460/9560 and 9160/9260. See https://docs.microsoft.com/en-us/windows-hardware/drivers/bluetooth/ microsoft-defined-bluetooth-hci-commands-and-events for more information about the extension. This was verified with Intel ThunderPeak BT controller where msft_vnd_ext_opcode is 0xFC1E. Signed-off-by: Miao-chen Chou --- Changes in v2: - Define struct msft_vnd_ext and add a field of this type to struct hci_dev to facilitate the support of Microsoft vendor extension. drivers/bluetooth/btusb.c | 14 ++++++++++++-- include/net/bluetooth/hci_core.h | 6 ++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 3bdec42c9612..4c49f394f174 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -58,6 +58,7 @@ static struct usb_driver btusb_driver; #define BTUSB_CW6622 0x100000 #define BTUSB_MEDIATEK 0x200000 #define BTUSB_WIDEBAND_SPEECH 0x400000 +#define BTUSB_MSFT_VND_EXT 0x800000 static const struct usb_device_id btusb_table[] = { /* Generic Bluetooth USB device */ @@ -335,7 +336,8 @@ static const struct usb_device_id blacklist_table[] = { /* Intel Bluetooth devices */ { USB_DEVICE(0x8087, 0x0025), .driver_info = BTUSB_INTEL_NEW | - BTUSB_WIDEBAND_SPEECH }, + BTUSB_WIDEBAND_SPEECH | + BTUSB_MSFT_VND_EXT }, { USB_DEVICE(0x8087, 0x0026), .driver_info = BTUSB_INTEL_NEW | BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x8087, 0x0029), .driver_info = BTUSB_INTEL_NEW | @@ -348,7 +350,8 @@ static const struct usb_device_id blacklist_table[] = { { USB_DEVICE(0x8087, 0x0aa7), .driver_info = BTUSB_INTEL | BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x8087, 0x0aaa), .driver_info = BTUSB_INTEL_NEW | - BTUSB_WIDEBAND_SPEECH }, + BTUSB_WIDEBAND_SPEECH | + BTUSB_MSFT_VND_EXT }, /* Other Intel Bluetooth devices */ { USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01), @@ -3734,6 +3737,8 @@ static int btusb_probe(struct usb_interface *intf, hdev->send = btusb_send_frame; hdev->notify = btusb_notify; + hdev->msft_ext.opcode = HCI_OP_NOP; + #ifdef CONFIG_PM err = btusb_config_oob_wake(hdev); if (err) @@ -3800,6 +3805,11 @@ static int btusb_probe(struct usb_interface *intf, set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks); set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks); set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG, &hdev->quirks); + + if (id->driver_info & BTUSB_MSFT_VND_EXT && + (id->idProduct == 0x0025 || id->idProduct == 0x0aaa)) { + hdev->msft_ext.opcode = 0xFC1E; + } } if (id->driver_info & BTUSB_MARVELL) diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index d4e28773d378..0ec3d9b41d81 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -244,6 +244,10 @@ struct amp_assoc { #define HCI_MAX_PAGES 3 +struct msft_vnd_ext { + __u16 opcode; +}; + struct hci_dev { struct list_head list; struct mutex lock; @@ -343,6 +347,8 @@ struct hci_dev { struct amp_assoc loc_assoc; + struct msft_vnd_ext msft_ext; + __u8 flow_ctl_mode; unsigned int auto_accept_delay; From patchwork Wed Mar 25 07:03:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miao-chen Chou X-Patchwork-Id: 197236 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0B40C55186 for ; Wed, 25 Mar 2020 07:14:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0959C208FE for ; Wed, 25 Mar 2020 07:03:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="dhmArywJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727320AbgCYHDr (ORCPT ); Wed, 25 Mar 2020 03:03:47 -0400 Received: from mail-pg1-f194.google.com ([209.85.215.194]:43445 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727301AbgCYHDp (ORCPT ); Wed, 25 Mar 2020 03:03:45 -0400 Received: by mail-pg1-f194.google.com with SMTP id u12so699017pgb.10 for ; Wed, 25 Mar 2020 00:03:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Qcq5vrjZaaxUecQ+MN/hNrxkpIRWmwyvSkwcuBIBglM=; b=dhmArywJt/DihP0cdNXOX7mfpiBNidjkNvyh0NmfMEE5l+7gintMXj8bN5EOTRwom6 gpWGPhJctGzXN7L6Ku3hLOBf0nUGcxbeSyIaAEjbo57fgT4Fav81hl1BLmoN52B2VJb8 lXGD5aw/Z0IoHEg/jOusEADKAjbdcFk7XDSKU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Qcq5vrjZaaxUecQ+MN/hNrxkpIRWmwyvSkwcuBIBglM=; b=YfBnffY0GGu9smMXHW9uE1SpPWX1D9lbpikXs+u7QbeQTmJ96YUOSr+U1140G38AMk MCTmuofniJdcZ4+m/hi8BrXGq0L+DZHImEzRcHua2QgWcqximiZ6e1Dx7DXP7/Fg8gSB uTprC8okp25luaDTwCl0DCjEEzewyRHOY5d5B8OTCgLTJV8+P5RPWisxdBNur1KWoMWY ebFFi6EA9v59dIpbQBni4ZMbPYyVgf9q5fIuGRaW1kvBscaYWSB0qrG2o6bJcnxX5kMY EUxl28ekPQWZW4l02nIvbu5/eC75CrF56kxaiSum5ZjfodP9DBB56I8by6n8KNma0/2r UjMA== X-Gm-Message-State: ANhLgQ2EUyK6ie00ZKeOoy2JOgd87p3wy+ImpOca6tM2Cz7TT/AxsxlJ JgSXNLJdSO53wmrNBsmFCvEf3ZZf2Bs= X-Google-Smtp-Source: ADFU+vsTz6uFkl+Pl1zVIE3DGxuOS1SqR/O70bKBWPD7Tn7mYIeVU+zCQE84Rb+Vx4QH6dglYiyP9w== X-Received: by 2002:a63:c40a:: with SMTP id h10mr1654902pgd.291.1585119823848; Wed, 25 Mar 2020 00:03:43 -0700 (PDT) Received: from mcchou0.mtv.corp.google.com ([2620:15c:202:201:b46:ac84:1014:9555]) by smtp.gmail.com with ESMTPSA id i34sm566240pgm.83.2020.03.25.00.03.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Mar 2020 00:03:43 -0700 (PDT) From: Miao-chen Chou To: Bluetooth Kernel Mailing List Cc: Luiz Augusto von Dentz , Marcel Holtmann , Alain Michaud , Miao-chen Chou , "David S. Miller" , Jakub Kicinski , Johan Hedberg , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH v2 2/2] Bluetooth: btusb: Read the supported features of Microsoft vendor extension Date: Wed, 25 Mar 2020 00:03:36 -0700 Message-Id: <20200325000332.v2.2.I4e01733fa5b818028dc9188ca91438fc54aa5028@changeid> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200325070336.1097-1-mcchou@chromium.org> References: <20200325070336.1097-1-mcchou@chromium.org> MIME-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org This adds a new header to facilitate the opcode and packet structures of vendor extension(s). For now, we add only the HCI_VS_MSFT_Read_Supported_Features command from Microsoft vendor extension. See https://docs.microsoft.com/en-us/windows-hardware/drivers/ bluetooth/microsoft-defined-bluetooth-hci-commands-and-events# microsoft-defined-bluetooth-hci-events for more details. Upon initialization of a hci_dev, we issue a HCI_VS_MSFT_Read_Supported_Features command to read the supported features of Microsoft vendor extension if the opcode of Microsoft vendor extension is valid. See https://docs.microsoft.com/en-us/windows-hardware/drivers/ bluetooth/microsoft-defined-bluetooth-hci-commands-and-events# hci_vs_msft_read_supported_features for more details. This was verified on a device with Intel ThhunderPeak BT controller where the Microsoft vendor extension features are 0x000000000000003f. Signed-off-by: Miao-chen Chou --- Changes in v2: - Issue a HCI_VS_MSFT_Read_Supported_Features command with __hci_cmd_sync() instead of constructing a request. drivers/bluetooth/btusb.c | 3 ++ include/net/bluetooth/hci_core.h | 4 ++ include/net/bluetooth/vendor_hci.h | 51 +++++++++++++++++++ net/bluetooth/hci_core.c | 78 ++++++++++++++++++++++++++++++ 4 files changed, 136 insertions(+) create mode 100644 include/net/bluetooth/vendor_hci.h diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 4c49f394f174..410d50dbd4e2 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -3738,6 +3738,9 @@ static int btusb_probe(struct usb_interface *intf, hdev->notify = btusb_notify; hdev->msft_ext.opcode = HCI_OP_NOP; + hdev->msft_ext.features = 0; + hdev->msft_ext.evt_prefix_len = 0; + hdev->msft_ext.evt_prefix = NULL; #ifdef CONFIG_PM err = btusb_config_oob_wake(hdev); diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 0ec3d9b41d81..f2876c5067a4 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -30,6 +30,7 @@ #include #include +#include /* HCI priority */ #define HCI_PRIO_MAX 7 @@ -246,6 +247,9 @@ struct amp_assoc { struct msft_vnd_ext { __u16 opcode; + __u64 features; + __u8 evt_prefix_len; + void *evt_prefix; }; struct hci_dev { diff --git a/include/net/bluetooth/vendor_hci.h b/include/net/bluetooth/vendor_hci.h new file mode 100644 index 000000000000..89a6795e672c --- /dev/null +++ b/include/net/bluetooth/vendor_hci.h @@ -0,0 +1,51 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * BlueZ - Bluetooth protocol stack for Linux + * Copyright (C) 2020 Google Corporation + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation; + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY + * CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + * ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, + * COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS + * SOFTWARE IS DISCLAIMED. + */ + +#ifndef __VENDOR_HCI_H +#define __VENDOR_HCI_H + +#define MSFT_EVT_PREFIX_MAX_LEN 255 + +struct msft_cmd_cmp_info { + __u8 status; + __u8 sub_opcode; +} __packed; + +/* Microsoft Vendor HCI subcommands */ +#define MSFT_OP_READ_SUPPORTED_FEATURES 0x00 +#define MSFT_FEATURE_MASK_RSSI_MONITOR_BREDR_CONN 0x0000000000000001 +#define MSFT_FEATURE_MASK_RSSI_MONITOR_LE_CONN 0x0000000000000002 +#define MSFT_FEATURE_MASK_RSSI_MONITOR_LE_ADV 0x0000000000000004 +#define MSFT_FEATURE_MASK_ADV_MONITOR_LE_ADV 0x0000000000000008 +#define MSFT_FEATURE_MASK_VERIFY_CURVE 0x0000000000000010 +#define MSFT_FEATURE_MASK_CONCURRENT_ADV_MONITOR 0x0000000000000020 +struct msft_cp_read_supported_features { + __u8 sub_opcode; +} __packed; +struct msft_rp_read_supported_features { + __u64 features; + __u8 evt_prefix_len; + __u8 evt_prefix[0]; +} __packed; + +#endif /* __VENDOR_HCI_H */ diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index dbd2ad3a26ed..1ea32d10ed08 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c @@ -1407,6 +1407,76 @@ static void hci_dev_get_bd_addr_from_property(struct hci_dev *hdev) bacpy(&hdev->public_addr, &ba); } +static void process_msft_vnd_ext_cmd_complete(struct hci_dev *hdev, + struct sk_buff *skb) +{ + struct msft_cmd_cmp_info *info = (void *)skb->data; + const u8 status = info->status; + const u16 sub_opcode = __le16_to_cpu(info->sub_opcode); + + skb_pull(skb, sizeof(*info)); + + if (IS_ERR(skb)) { + BT_WARN("%s: Microsoft extension response packet invalid", + hdev->name); + return; + } + + if (status) { + BT_WARN("%s: Microsoft extension sub command 0x%2.2x failed", + hdev->name, sub_opcode); + return; + } + + BT_DBG("%s: status 0x%2.2x sub opcode 0x%2.2x", hdev->name, status, + sub_opcode); + + switch (sub_opcode) { + case MSFT_OP_READ_SUPPORTED_FEATURES: { + struct msft_rp_read_supported_features *rp = (void *)skb->data; + u8 prefix_len = rp->evt_prefix_len; + + hdev->msft_ext.features = __le64_to_cpu(rp->features); + hdev->msft_ext.evt_prefix_len = prefix_len; + hdev->msft_ext.evt_prefix = kmalloc(prefix_len, GFP_ATOMIC); + if (!hdev->msft_ext.evt_prefix) { + BT_WARN("%s: Microsoft extension invalid event prefix", + hdev->name); + return; + } + + memcpy(hdev->msft_ext.evt_prefix, rp->evt_prefix, prefix_len); + BT_INFO("%s: Microsoft extension features 0x%016llx", + hdev->name, hdev->msft_ext.features); + break; + } + default: + BT_WARN("%s: Microsoft extension unknown sub opcode 0x%2.2x", + hdev->name, sub_opcode); + break; + } +} + +static void read_vendor_extension_features(struct hci_dev *hdev) +{ + struct sk_buff *skb; + const u16 msft_opcode = hdev->msft_ext.opcode; + + if (msft_opcode != HCI_OP_NOP) { + struct msft_cp_read_supported_features cp; + + cp.sub_opcode = MSFT_OP_READ_SUPPORTED_FEATURES; + skb = __hci_cmd_sync(hdev, msft_opcode, sizeof(cp), &cp, + HCI_CMD_TIMEOUT); + + process_msft_vnd_ext_cmd_complete(hdev, skb); + if (skb) { + kfree_skb(skb); + skb = NULL; + } + } +} + static int hci_dev_do_open(struct hci_dev *hdev) { int ret = 0; @@ -1554,6 +1624,11 @@ static int hci_dev_do_open(struct hci_dev *hdev) } } + /* Check features supported by HCI extensions after the init procedure + * completed. + */ + read_vendor_extension_features(hdev); + /* If the HCI Reset command is clearing all diagnostic settings, * then they need to be reprogrammed after the init procedure * completed. @@ -1733,6 +1808,9 @@ int hci_dev_do_close(struct hci_dev *hdev) cancel_delayed_work_sync(&adv_instance->rpa_expired_cb); } + kfree(hdev->msft_ext.evt_prefix); + hdev->msft_ext.evt_prefix = NULL; + /* Avoid potential lockdep warnings from the *_flush() calls by * ensuring the workqueue is empty up front. */