]> 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)
commit0ec1e640fb2ae7380f83b97702fb81fd4d4908a2
treeaeab02acbd3420901fe34e0d5c1d745c76c63f6d
parent9ff2da04be3a5cd6cf9fdc557627190b3d44b397
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 6497b2316850
("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