Return-Path: Message-id: <689E6E1F4998496D92F8631D325F12A3@sisodomain.com> From: Syam Sidhardhan To: Andre Guedes , Gustavo Padovan , linux-bluetooth@vger.kernel.org, Vinicius Gomes References: <1334243001-17016-1-git-send-email-s.syam@samsung.com> <1334243001-17016-27-git-send-email-s.syam@samsung.com> <20120413221700.GF1680@joana> Subject: Re: [PATCH 1/5] Bluetooth: Remove unused hci_le_ltk_reply() Date: Tue, 01 May 2012 21:18:28 +0530 MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=iso-8859-1; reply-type=original Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, ----- Original Message ----- From: "Andre Guedes" To: "Gustavo Padovan" ; "Syam Sidhardhan" ; ; "Vinicius Gomes" Sent: Friday, April 20, 2012 11:43 PM Subject: Re: [PATCH 1/5] Bluetooth: Remove unused hci_le_ltk_reply() > Hi Syam/Gustavo, > > On Fri, Apr 13, 2012 at 7:17 PM, Gustavo Padovan > wrote: >> Hi Syam, >> >> * Syam Sidhardhan [2012-04-12 20:33:17 +0530]: >> >>> 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 >>> --- >>> include/net/bluetooth/hci_core.h | 1 - >>> net/bluetooth/hci_conn.c | 16 ---------------- >>> 2 files changed, 0 insertions(+), 17 deletions(-) >>> >>> diff --git a/include/net/bluetooth/hci_core.h >>> b/include/net/bluetooth/hci_core.h >>> index c0b232c..6e170de 100644 >>> --- a/include/net/bluetooth/hci_core.h >>> +++ b/include/net/bluetooth/hci_core.h >>> @@ -1069,7 +1069,6 @@ void hci_le_conn_update(struct hci_conn *conn, u16 >>> min, u16 max, >>> u16 latency, u16 to_multiplier); >>> void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __u8 rand[8], >>> __u8 ltk[16]); >>> -void hci_le_ltk_reply(struct hci_conn *conn, u8 ltk[16]); >> >> I'll let Andre comment here, I'm not sure if this is going to be used on >> the future or not. > > I'm not sure too, I think Vinicius can tell more about that. > > Regarding the memcpy call, yes, it is definitely bogus. > ping Regards, Syam