diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-02-01 17:18:58 +0100 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-03-06 23:22:39 +0100 |
commit | e7b02296fb400ee64822fbdd81a0718449066333 (patch) | |
tree | ec1b115e697cf4b3200b9245b924237399099b62 /net/bluetooth/hci_conn.c | |
parent | Bluetooth: btintel: Fix null ptr deref in btintel_read_version (diff) | |
download | linux-e7b02296fb400ee64822fbdd81a0718449066333.tar.xz linux-e7b02296fb400ee64822fbdd81a0718449066333.zip |
Bluetooth: Remove BT_HS
High Speed, Alternate MAC and PHY (AMP) extension, has been removed from
Bluetooth Core specification on 5.3:
https://www.bluetooth.com/blog/new-core-specification-v5-3-feature-enhancements/
Fixes: 244bc377591c ("Bluetooth: Add BT_HS config option")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth/hci_conn.c')
-rw-r--r-- | net/bluetooth/hci_conn.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index a41d2693f4d8..fc4d72f83ac2 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c @@ -36,7 +36,6 @@ #include "hci_request.h" #include "smp.h" -#include "a2mp.h" #include "eir.h" struct sco_param { @@ -1175,9 +1174,6 @@ void hci_conn_del(struct hci_conn *conn) } } - if (conn->amp_mgr) - amp_mgr_put(conn->amp_mgr); - skb_queue_purge(&conn->data_q); /* Remove the connection from the list and cleanup its remaining |