]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_bcm: Handle specific unknown packets after firmware loading
authorJonathan Bakker <xc-racer2@live.ca>
Wed, 19 Dec 2018 11:22:28 +0000 (12:22 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 19 Dec 2018 12:43:42 +0000 (13:43 +0100)
commit5edbf2f59afe5050becb27dabec8d5e53fb06115
treeaeab02acbd3420901fe34e0d5c1d745c76c63f6d
parentf26631c36cd9260b2ad5fff8381c1b573918eb5c
Bluetooth: hci_bcm: Handle specific unknown packets after firmware loading

The Broadcom controller on aries S5PV210 boards sends out a couple of
unknown packets after the firmware is loaded.  This will cause
logging of errors such as:
Bluetooth: hci0: Frame reassembly failed (-84)

This is probably also the case with other boards, as there are related
Android userspace patches for custom ROMs such as
https://review.lineageos.org/#/c/LineageOS/android_system_bt/+/142721/
Since this appears to be intended behaviour, treated them as diagnostic
packets.

Note that this is another variant of commit 8f9e42ab369b
("Bluetooth: hci_bcm: Handle empty packet after firmware loading")

Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c