diff -drupN a/drivers/bluetooth/hci_h5.c b/drivers/bluetooth/hci_h5.c --- a/drivers/bluetooth/hci_h5.c 2018-08-06 17:23:04.000000000 +0300 +++ b/drivers/bluetooth/hci_h5.c 2022-06-12 05:28:14.000000000 +0300 @@ -413,8 +413,10 @@ static int h5_rx_3wire_hdr(struct hci_ua } if (H5_HDR_RELIABLE(hdr) && H5_HDR_SEQ(hdr) != h5->tx_ack) { +/* BT_ERR("Out-of-order packet arrived (%u != %u)", H5_HDR_SEQ(hdr), h5->tx_ack); + */ h5_reset_rx(h5); return 0; }