Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: [RFC] Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info. From: Marcel Holtmann In-Reply-To: <1402049880-7686-1-git-send-email-kiran.kumar@linaro.org> Date: Fri, 6 Jun 2014 12:44:55 +0200 Cc: LKML , Nick Pelly , "Gustavo F. Padovan" , Johan Hedberg , "David S. Miller" , linux-bluetooth , netdev@vger.kernel.org, Android Kernel Team , John Stultz Message-Id: <39777AAC-6DB7-444D-9137-BCDDE99DA781@holtmann.org> References: <1402049880-7686-1-git-send-email-kiran.kumar@linaro.org> To: Kiran Kumar Raparthy Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Kiran, > Add ACL MTU, available buffers and total buffers to hci_conn_info. > > This provides userspace debugging tools access to ACL flow control state. > > This is one of the number of patches from the Android AOSP common.git tree, > which is used on almost all Android devices. so I wanted to submit it for > review to see if it should go upstream. > > Cc: Marcel Holtmann > Cc: Gustavo Padovan > Cc: Johan Hedberg > Cc: David S. Miller > Cc: linux-bluetooth@vger.kernel.org > Cc: netdev@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: Android Kernel Team > Cc: John Stultz > Signed-off-by: Nick Pelly > [kiran: Added context to commit message] > Signed-off-by: Kiran Raparthy > --- > include/net/bluetooth/hci.h | 3 +++ > net/bluetooth/hci_conn.c | 18 ++++++++++++++++++ > 2 files changed, 21 insertions(+) this would break existing API and can not be accepted. NAK. Regards Marcel