Return-Path: Date: Tue, 30 Apr 2013 11:36:53 +0300 From: Johan Hedberg To: Andre Guedes Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH v2 10/13] Bluetooth: Remove LE scan helpers Message-ID: <20130430083653.GL777@x220.ger.corp.intel.com> References: <1367300704-703-1-git-send-email-andre.guedes@openbossa.org> <1367300704-703-11-git-send-email-andre.guedes@openbossa.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1367300704-703-11-git-send-email-andre.guedes@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Andre, On Tue, Apr 30, 2013, Andre Guedes wrote: > This patch removes the LE scan helpers hci_le_scan and hci_cancel_ > le_scan and all code related to it. We now use the HCI request > framework in device discovery functionality and these helpers are > no longer needed. > > Signed-off-by: Andre Guedes > --- > include/net/bluetooth/hci_core.h | 13 ----- > net/bluetooth/hci_core.c | 113 --------------------------------------- > 2 files changed, 126 deletions(-) Acked-by: Johan Hedberg Johan