Commit bba79fee authored by Jeffrey Hugo's avatar Jeffrey Hugo Committed by Marcel Holtmann

Revert "Bluetooth: hci_qca: Add delay for wcn3990 stability"

This reverts commit cde9dde6.

The frame reassembly errors were root caused to a transient gpio issue.
The missing response was root caused to an issue with properly managing
RFR in the uart driver.  Addressing those root causes occurs outside of
hci_qca and eliminates the need for the 50ms delay, so remove it.
Signed-off-by: default avatarJeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent fae7548f
...@@ -1155,10 +1155,8 @@ static int qca_set_speed(struct hci_uart *hu, enum qca_speed_type speed_type) ...@@ -1155,10 +1155,8 @@ static int qca_set_speed(struct hci_uart *hu, enum qca_speed_type speed_type)
host_set_baudrate(hu, speed); host_set_baudrate(hu, speed);
error: error:
if (qca_is_wcn399x(soc_type)) { if (qca_is_wcn399x(soc_type))
msleep(50);
hci_uart_set_flow_control(hu, false); hci_uart_set_flow_control(hu, false);
}
if (soc_type == QCA_WCN3990) { if (soc_type == QCA_WCN3990) {
/* Wait for the controller to send the vendor event /* Wait for the controller to send the vendor event
......
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