summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
diff options
context:
space:
mode:
authorJohan Hedberg2013-10-05 12:01:04 +0200
committerMarcel Holtmann2013-10-05 12:03:38 +0200
commitf3d3444a4d7f76e79841c59c78105a45295cc4b0 (patch)
treeb23d78feebc363b6b028fd366cde3b618f706d20 /net/bluetooth/hci_core.c
parentBluetooth: Initialize hci_conn fields in hci_connect_le (diff)
downloadkernel-qcow2-linux-f3d3444a4d7f76e79841c59c78105a45295cc4b0.tar.gz
kernel-qcow2-linux-f3d3444a4d7f76e79841c59c78105a45295cc4b0.tar.xz
kernel-qcow2-linux-f3d3444a4d7f76e79841c59c78105a45295cc4b0.zip
Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING
This flag is used to indicate whether we want to have advertising enabled or not, so give it a more suitable name. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_core.c')
-rw-r--r--net/bluetooth/hci_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c
index 82dbdc6a7e9e..aa63ebb114d4 100644
--- a/net/bluetooth/hci_core.c
+++ b/net/bluetooth/hci_core.c
@@ -1105,7 +1105,7 @@ static u8 create_ad(struct hci_dev *hdev, u8 *ptr)
u8 ad_len = 0, flags = 0;
size_t name_len;
- if (test_bit(HCI_LE_PERIPHERAL, &hdev->dev_flags))
+ if (test_bit(HCI_ADVERTISING, &hdev->dev_flags))
flags |= LE_AD_GENERAL;
if (test_bit(HCI_BREDR_ENABLED, &hdev->dev_flags)) {