summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorJaganath Kanakkassery2018-07-19 13:39:32 +0200
committerMarcel Holtmann2018-07-30 13:44:52 +0200
commit6decb5b45e70d6ffff6488cc8e8bad6b9ac7f99b (patch)
tree27ab67c7b4dd714817d3acd3ff5cd8561c61a0dd /include/net/bluetooth/hci_core.h
parentbluetooth: hci_qca: Replace GFP_ATOMIC with GFP_KERNEL (diff)
downloadkernel-qcow2-linux-6decb5b45e70d6ffff6488cc8e8bad6b9ac7f99b.tar.gz
kernel-qcow2-linux-6decb5b45e70d6ffff6488cc8e8bad6b9ac7f99b.tar.xz
kernel-qcow2-linux-6decb5b45e70d6ffff6488cc8e8bad6b9ac7f99b.zip
Bluetooth: Define PHY flags in hdev and set 1M as default
1M is mandatory to be supported by LE controllers and the same would be set in power on. This patch defines hdev flags for LE PHYs and set 1M to default. Signed-off-by: Jaganath Kanakkassery <jaganathx.kanakkassery@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index a74453571264..71f79df9ee05 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -315,6 +315,9 @@ struct hci_dev {
unsigned long sco_last_tx;
unsigned long le_last_tx;
+ __u8 le_tx_def_phys;
+ __u8 le_rx_def_phys;
+
struct workqueue_struct *workqueue;
struct workqueue_struct *req_workqueue;