Bluetooth: Set Simultaneous LE and BR/EDR controller option to zero
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 24 Jul 2014 18:04:16 +0000 (20:04 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 27 Jul 2014 07:25:52 +0000 (10:25 +0300)
With the Bluetooth 4.1 specification the Simultaneous LE and BR/EDR
controller option has been deprecated. It shall be set to zero and
ignored otherwise.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_core.c
net/bluetooth/mgmt.c

index 910f608..61bd1a8 100644 (file)
@@ -1623,7 +1623,7 @@ static void hci_set_le_support(struct hci_request *req)
 
        if (test_bit(HCI_LE_ENABLED, &hdev->dev_flags)) {
                cp.le = 0x01;
-               cp.simul = lmp_le_br_capable(hdev);
+               cp.simul = 0x00;
        }
 
        if (cp.le != lmp_host_le_capable(hdev))
Simple merge