Skip to content
Commit 7cbfd1e2 authored by Sanjay Kumar Konduri's avatar Sanjay Kumar Konduri Committed by Marcel Holtmann
Browse files

Bluetooth: btrsi: fix bt tx timeout issue



observed sometimes data is coming with unaligned address from kernel
BT stack. If unaligned address is passed, some data in payload is
stripped when packet is loading to firmware and this results, BT
connection timeout is happening.

sh# hciconfig hci0 up
Can't init device hci0: hci0 command 0x0c03 tx timeout

Fixed this by moving the data to aligned address.

Signed-off-by: default avatarSanjay Kumar Konduri <sanjay.konduri@redpinesignals.com>
Signed-off-by: default avatarSiva Rebbagondla <siva.rebbagondla@redpinesignals.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent a5c3021b
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