]> git.openfabrics.org - ~emulex/infiniband.git/commit
Bluetooth: Remove unused hci_le_ltk_reply()
authorSyam Sidhardhan <s.syam@samsung.com>
Thu, 12 Apr 2012 15:03:17 +0000 (20:33 +0530)
committerGustavo Padovan <gustavo@padovan.org>
Wed, 9 May 2012 04:40:50 +0000 (01:40 -0300)
commite10b9969f217c948c5523045f44eba4d3a758ff0
treea9f7ec3792fc78d7fcb528a965efdd76ce9e295e
parent422e925b5b4201dc35bd6a647729ccd9440abb59
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