aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/bluetooth/hci_bcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index af5658121601..40b9fb247010 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -303,7 +303,7 @@ static const struct bcm_set_sleep_mode default_sleep_params = {
303 .usb_auto_sleep = 0, 303 .usb_auto_sleep = 0,
304 .usb_resume_timeout = 0, 304 .usb_resume_timeout = 0,
305 .break_to_host = 0, 305 .break_to_host = 0,
306 .pulsed_host_wake = 0, 306 .pulsed_host_wake = 1,
307}; 307};
308 308
309static int bcm_setup_sleep(struct hci_uart *hu) 309static int bcm_setup_sleep(struct hci_uart *hu)