aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index d91590850429..14b200b08d84 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -226,7 +226,7 @@ struct hci_dev {
226 struct list_head remote_oob_data; 226 struct list_head remote_oob_data;
227 227
228 struct list_head adv_entries; 228 struct list_head adv_entries;
229 struct timer_list adv_timer; 229 struct delayed_work adv_work;
230 230
231 struct hci_dev_stats stat; 231 struct hci_dev_stats stat;
232 232