aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-05-03 07:12:31 +0200
committerGustavo Padovan <gustavo@padovan.org>2012-05-09 01:40:52 -0300
commit9d42820f378e6372f154a3f0c8def5d4bba29191 (patch)
treeb4d5263609b9a6228f697ed6eda7e7d019ff4477 /include/net/bluetooth
parentBluetooth: Remove unused hci_le_ltk_neg_reply() (diff)
downloadlinux-dev-9d42820f378e6372f154a3f0c8def5d4bba29191.tar.xz
linux-dev-9d42820f378e6372f154a3f0c8def5d4bba29191.zip
Bluetooth: Enable Low Energy support by default
The Bluetooth Low Energy support so far was disabled by default via a module parameter. With this change the module parameter will be removed and Low Energy is enabled by default. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 346f08779792..66a7b579e31c 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1438,6 +1438,5 @@ struct hci_inquiry_req {
#define IREQ_CACHE_FLUSH 0x0001
extern bool enable_hs;
-extern bool enable_le;
#endif /* __HCI_H */