Revert "ccimx93: bluetooth-init: re-initilize the LE support after hci reset"
This reverts commit c5b53c9765.
The HCI reset interface is fixed inside each BT power calibration shell
script, so this workaround is not needed anymore.
https://onedigi.atlassian.net/browse/DEL-8458
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
ea35016831
commit
5588c30a7b
|
|
@ -42,12 +42,6 @@ set_btaddr() {
|
||||||
|
|
||||||
set_power_config() {
|
set_power_config() {
|
||||||
sh -e /lib/firmware/nxp/bt_power_config_US_CA_JP.sh
|
sh -e /lib/firmware/nxp/bt_power_config_US_CA_JP.sh
|
||||||
|
|
||||||
# The bash script resets the HCI interface, and currenlty it breaks
|
|
||||||
# the LE support. Until it is fixed in the FW, workaround it by doing
|
|
||||||
# a SW power cycle of the stack.
|
|
||||||
btmgmt -i ${HCI_IFACE} power off
|
|
||||||
btmgmt -i ${HCI_IFACE} power on
|
|
||||||
}
|
}
|
||||||
|
|
||||||
is_kernel_module_loaded() {
|
is_kernel_module_loaded() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue