summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-07-02 17:37:25 +0300
committerMarcel Holtmann <marcel@holtmann.org>2014-07-03 17:42:56 +0200
commit373110c5d30b0944b47cddbe586069b7457f8845 (patch)
tree216b33fd06c2b4b72420476b5cffaebb4d338511 /net/bluetooth/mgmt.c
parentaf96324312ed5b3d095d54b6d56b93f693f54c9f (diff)
downloadblackbird-obmc-linux-373110c5d30b0944b47cddbe586069b7457f8845.tar.gz
blackbird-obmc-linux-373110c5d30b0944b47cddbe586069b7457f8845.zip
Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_all
We'll soon have specific clear functions for clearing enabled or disabled entries, so rename the function that removes everything to clear_all(). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 93cfefa260d5..29850e76ea3c 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -5104,7 +5104,7 @@ static int remove_device(struct sock *sk, struct hci_dev *hdev,
goto unlock;
}
- hci_conn_params_clear(hdev);
+ hci_conn_params_clear_all(hdev);
}
err = cmd_complete(sk, hdev->id, MGMT_OP_REMOVE_DEVICE,
OpenPOWER on IntegriCloud