]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: add quirk disabling LE Read Transmit Power
authorAditya Garg <gargaditya08@live.com>
Thu, 2 Dec 2021 12:41:59 +0000 (12:41 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Dec 2021 16:05:51 +0000 (17:05 +0100)
commit5e4fea482992fa4c6487c5bf07ff0341c7d57ff8
tree69fed3817c9d6803d5c817e408ff246a7f47b8e0
parentb742fd0086219a8d5e46770fb7b48c20f4684559
Bluetooth: add quirk disabling LE Read Transmit Power

Some devices have a bug causing them to not work if they query
LE tx power on startup. Thus we add a quirk in order to not query it
and default min/max tx power values to HCI_TX_POWER_INVALID.

Signed-off-by: Aditya Garg <gargaditya08@live.com>
Reported-by: Orlando Chamberlain <redecorating@protonmail.com>
Tested-by: Orlando Chamberlain <redecorating@protonmail.com>
Link:
https://lore.kernel.org/r/4970a940-211b-25d6-edab-21a815313954@protonmail.com
Fixes: 704b9a3b2787 ("Bluetooth: Query LE tx power on startup")
Cc: stable@vger.kernel.org
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci.h
net/bluetooth/hci_sync.c