You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
265e82921b
This won't be upstreamed, but it works for us.
13 lines
376 B
Diff
13 lines
376 B
Diff
--- a/net/bluetooth/hci_core.c
|
|
+++ b/net/bluetooth/hci_core.c
|
|
@@ -742,7 +742,7 @@ static int hci_init3_req(struct hci_request *req, unsigned long opt)
|
|
hci_req_add(req, HCI_OP_LE_READ_ADV_TX_POWER, 0, NULL);
|
|
}
|
|
|
|
- if (hdev->commands[38] & 0x80) {
|
|
+ if (false) {
|
|
/* Read LE Min/Max Tx Power*/
|
|
hci_req_add(req, HCI_OP_LE_READ_TRANSMIT_POWER,
|
|
0, NULL);
|
|
--
|