Bluetooth: hci_bcm: Use default baud rate if missing shutdown GPIO
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 7 Mar 2018 21:39:03 +0000 (22:39 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 1 Apr 2018 12:25:30 +0000 (14:25 +0200)
commitf3863f1d7a579a8d8d7741a777ef863674a4d0c8
treeb1afe6bc72abbd6b01636c7aa4df728d81e3f36f
parentfb2d466be9b336e9c801978e6a75d06059ac124a
Bluetooth: hci_bcm: Use default baud rate if missing shutdown GPIO

In case the shutdown GPIO is not wired up, it is impossible to reset the
Bluetooth controller to its original state. This include the initial
default baud rate which leads to issues when reloading the module or
when something unexpected happens. To avoid any kind of runtime
deadlocks, stick with the initial default baud rate.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/hci_bcm.c