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

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
...@@ -798,7 +798,7 @@ static int bcm_remove(struct platform_device *pdev) ...@@ -798,7 +798,7 @@ static int bcm_remove(struct platform_device *pdev)
static const struct hci_uart_proto bcm_proto = { static const struct hci_uart_proto bcm_proto = {
.id = HCI_UART_BCM, .id = HCI_UART_BCM,
.name = "BCM", .name = "Broadcom",
.manufacturer = 15, .manufacturer = 15,
.init_speed = 115200, .init_speed = 115200,
.oper_speed = 4000000, .oper_speed = 4000000,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment