Bluetooth: Remove unused hci_le_ltk_reply()
authorSyam Sidhardhan <s.syam@samsung.com>
Thu, 12 Apr 2012 15:03:17 +0000 (20:33 +0530)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 28 Feb 2016 01:55:13 +0000 (03:55 +0200)
commita7254e99066b2f71d014f144d86d08635b5b1398
tree0d4f0b2dc765554dd0af2bed6667f3000ee2e654
parentd8b239c18d15bc9e5dac37f37e376b38258fa773
Bluetooth: Remove unused hci_le_ltk_reply()

In this API, we were using sizeof operator for an array
given as function argument, which is invalid.
However this API is not used anywhere.

Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c