diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/mgmt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 7ae737fcf5e7..fedc5399d465 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c | |||
@@ -1736,8 +1736,6 @@ static int load_link_keys(struct sock *sk, struct hci_dev *hdev, void *data, | |||
1736 | 1736 | ||
1737 | hci_link_keys_clear(hdev); | 1737 | hci_link_keys_clear(hdev); |
1738 | 1738 | ||
1739 | set_bit(HCI_LINK_KEYS, &hdev->dev_flags); | ||
1740 | |||
1741 | if (cp->debug_keys) | 1739 | if (cp->debug_keys) |
1742 | set_bit(HCI_DEBUG_KEYS, &hdev->dev_flags); | 1740 | set_bit(HCI_DEBUG_KEYS, &hdev->dev_flags); |
1743 | else | 1741 | else |