Bluetooth: Remove unused hci_le_ltk_reply()
authorSyam Sidhardhan <s.syam@samsung.com>
Thu, 12 Apr 2012 15:03:17 +0000 (20:33 +0530)
committerBen Hutchings <ben@decadent.org.uk>
Mon, 19 Mar 2018 18:58:21 +0000 (18:58 +0000)
commit2bac104c8257ea68c82c961c0d105a6a68406d2f
tree11f3a941d4e1f90940c8788f092b65cb82b426b6
parent5a05d9046553c6d85fca860f0b3f76f0c735d0cc
Bluetooth: Remove unused hci_le_ltk_reply()

commit e10b9969f217c948c5523045f44eba4d3a758ff0 upstream.

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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c