summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2023-10-01 14:15:29 +0100
committerDavid S. Miller <davem@davemloft.net>2023-10-01 14:15:29 +0100
commitc15cd642d437c9f64d397c14ce734e0554d3977b (patch)
tree5768b2d13850774ab18b48109f28ef87c9bb7e7f /drivers
parent6b09edc1b31762af58d3d95754354ca6a92d39c0 (diff)
parentb938790e70540bf4f2e653dcd74b232494d06c8f (diff)
downloadlinux-stable-c15cd642d437c9f64d397c14ce734e0554d3977b.tar.gz
linux-stable-c15cd642d437c9f64d397c14ce734e0554d3977b.tar.bz2
linux-stable-c15cd642d437c9f64d397c14ce734e0554d3977b.zip
Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
bluetooth pull request for net: - Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER - Fix handling of listen for ISO unicast - Fix build warnings - Fix leaking content of local_codecs - Add shutdown function for QCA6174 - Delete unused hci_req_prepare_suspend() declaration - Fix hci_link_tx_to RCU lock usage - Avoid redundant authentication Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/bluetooth/btusb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 82597ab4f747..499f4809fcdf 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -4419,6 +4419,7 @@ static int btusb_probe(struct usb_interface *intf,
if (id->driver_info & BTUSB_QCA_ROME) {
data->setup_on_usb = btusb_setup_qca;
+ hdev->shutdown = btusb_shutdown_qca;
hdev->set_bdaddr = btusb_set_bdaddr_ath3012;
hdev->cmd_timeout = btusb_qca_cmd_timeout;
set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);