|
@@ -408,6 +408,7 @@ struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst)
|
|
conn->remote_auth = 0xff;
|
|
conn->remote_auth = 0xff;
|
|
conn->key_type = 0xff;
|
|
conn->key_type = 0xff;
|
|
conn->tx_power = HCI_TX_POWER_INVALID;
|
|
conn->tx_power = HCI_TX_POWER_INVALID;
|
|
|
|
+ conn->max_tx_power = HCI_TX_POWER_INVALID;
|
|
|
|
|
|
set_bit(HCI_CONN_POWER_SAVE, &conn->flags);
|
|
set_bit(HCI_CONN_POWER_SAVE, &conn->flags);
|
|
conn->disc_timeout = HCI_DISCONN_TIMEOUT;
|
|
conn->disc_timeout = HCI_DISCONN_TIMEOUT;
|