Loading net/bluetooth/mgmt.c +1 −2 Original line number Diff line number Diff line Loading @@ -1264,7 +1264,6 @@ static int set_connectable(struct sock *sk, struct hci_dev *hdev, void *data, if (test_bit(HCI_BREDR_ENABLED, &hdev->dev_flags) && cp->val != test_bit(HCI_PSCAN, &hdev->flags)) { if (cp->val) { scan = SCAN_PAGE; } else { Loading Loading
net/bluetooth/mgmt.c +1 −2 Original line number Diff line number Diff line Loading @@ -1264,7 +1264,6 @@ static int set_connectable(struct sock *sk, struct hci_dev *hdev, void *data, if (test_bit(HCI_BREDR_ENABLED, &hdev->dev_flags) && cp->val != test_bit(HCI_PSCAN, &hdev->flags)) { if (cp->val) { scan = SCAN_PAGE; } else { Loading