Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 143f0a28 authored by Loic Poulain's avatar Loic Poulain Committed by Marcel Holtmann
Browse files

Bluetooth: hci_bcm: Change protocol name



Use full name instead of abbreviation.

Signed-off-by: default avatarLoic Poulain <loic.poulain@intel.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 3310230c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ static int bcm_remove(struct platform_device *pdev)

static const struct hci_uart_proto bcm_proto = {
	.id		= HCI_UART_BCM,
	.name		= "BCM",
	.name		= "Broadcom",
	.manufacturer	= 15,
	.init_speed	= 115200,
	.oper_speed	= 4000000,