aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-11-11 16:48:44 -0800
committerMarcel Holtmann <marcel@holtmann.org>2021-11-16 15:13:34 +0100
commit9482c5074a7d0bec682cc35a12d687f185684f31 (patch)
treee95787ac0aadfd42c9e5cff0396a130606e4eaf2 /include/net/bluetooth
parentBluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_sync (diff)
downloadlinux-dev-9482c5074a7d0bec682cc35a12d687f185684f31.tar.xz
linux-dev-9482c5074a7d0bec682cc35a12d687f185684f31.zip
Bluetooth: hci_request: Remove bg_scan_update work
This work is no longer necessary since all the code using it has been converted to use hci_passive_scan/hci_passive_scan_sync. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index acb46ae27b5a..2560cfe80db8 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -493,7 +493,6 @@ struct hci_dev {
struct work_struct tx_work;
struct work_struct discov_update;
- struct work_struct bg_scan_update;
struct work_struct scan_update;
struct delayed_work le_scan_disable;
struct delayed_work le_scan_restart;