]> git.baikalelectronics.ru Git - kernel.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)
commitb0ef186c9c43fdc3ee5f48a70fa15f1897492b88
treea9f7ec3792fc78d7fcb528a965efdd76ce9e295e
parent9d36497165da804091299205d6f8b89f35b779ab
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