]> git.dujemihanovic.xyz Git - linux.git/commit
Bluetooth: HCI: Remove HCI_AMP support
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 6 May 2024 22:33:52 +0000 (18:33 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 14 May 2024 14:54:49 +0000 (10:54 -0400)
commit84a4bb6548a29326564f0e659fb8064503ecc1c7
treec1a3117bc4eff004db52a7a2be6bae7db9462d30
parenta5b862c6a221459d54e494e88965b48dcfa6cc44
Bluetooth: HCI: Remove HCI_AMP support

Since BT_HS has been remove HCI_AMP controllers no longer has any use so
remove it along with the capability of creating AMP controllers.

Since we no longer need to differentiate between AMP and Primary
controllers, as only HCI_PRIMARY is left, this also remove
hdev->dev_type altogether.

Fixes: e7b02296fb40 ("Bluetooth: Remove BT_HS")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
20 files changed:
drivers/bluetooth/btmrvl_main.c
drivers/bluetooth/btrsi.c
drivers/bluetooth/btsdio.c
drivers/bluetooth/btusb.c
drivers/bluetooth/hci_bcm4377.c
drivers/bluetooth/hci_ldisc.c
drivers/bluetooth/hci_serdev.c
drivers/bluetooth/hci_uart.h
drivers/bluetooth/hci_vhci.c
drivers/bluetooth/virtio_bt.c
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
include/uapi/linux/virtio_bt.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/hci_sock.c
net/bluetooth/hci_sync.c
net/bluetooth/l2cap_core.c
net/bluetooth/mgmt.c