From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 18 Apr 2013 01:20:13 -0300 From: Gustavo Padovan To: Andre Guedes Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH 04/17] Bluetooth: Rename LE_SCANNING_* macros Message-ID: <20130418042012.GA29635@joana> References: <1365117675-2202-1-git-send-email-andre.guedes@openbossa.org> <1365117675-2202-5-git-send-email-andre.guedes@openbossa.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1365117675-2202-5-git-send-email-andre.guedes@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Andre, * Andre Guedes [2013-04-04 20:21:02 -0300]: > This patch renames LE_SCANNING_ENABLED and LE_SCANNING_DISABLED > macros to LE_SCAN_ENABLE and LE_SCAN_DISABLE in order to keep > the same prefix others LE scan macros have. > > It also fixes le_scan_enable_req function so it uses the LE_SCAN_ > ENABLE macro instead of a magic number. > > Signed-off-by: Andre Guedes > --- > include/net/bluetooth/hci.h | 4 ++-- > net/bluetooth/hci_core.c | 2 +- > net/bluetooth/hci_event.c | 4 ++-- > 3 files changed, 5 insertions(+), 5 deletions(-) Patches 1, 2, 3 and 4 have been applied to bluetooth-next. Thanks. Gustavo