]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Rename LE_SCANNING_* macros
authorAndre Guedes <andre.guedes@openbossa.org>
Thu, 4 Apr 2013 23:21:02 +0000 (20:21 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 18 Apr 2013 04:17:27 +0000 (01:17 -0300)
commit225b8433c55899e479783348a796cbede5487caf
treee9c13295505d918b2918e334b1bdf23cbb582a1f
parent109e40fd4e9aa6e7034e12ab8ca84d66dd3ba459
Bluetooth: Rename LE_SCANNING_* macros

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 <andre.guedes@openbossa.org>
Acked-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci.h
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c