Bluetooth: Remove unneeded flag
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Tue, 14 May 2013 08:44:17 +0000 (11:44 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Sat, 22 Jun 2013 23:23:53 +0000 (00:23 +0100)
Remove HCI_LINK_KEYS flag since using HCI_MGMT is enough for test that
user space expects the kernel managing link keys.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci.h
net/bluetooth/mgmt.c

index e0512aa..3c592cf 100644 (file)
@@ -107,7 +107,6 @@ enum {
        HCI_MGMT,
        HCI_PAIRABLE,
        HCI_SERVICE_CACHE,
-       HCI_LINK_KEYS,
        HCI_DEBUG_KEYS,
        HCI_UNREGISTER,
 
index 7ae737f..fedc539 100644 (file)
@@ -1736,8 +1736,6 @@ static int load_link_keys(struct sock *sk, struct hci_dev *hdev, void *data,
 
        hci_link_keys_clear(hdev);
 
-       set_bit(HCI_LINK_KEYS, &hdev->dev_flags);
-
        if (cp->debug_keys)
                set_bit(HCI_DEBUG_KEYS, &hdev->dev_flags);
        else