diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-05-03 07:12:31 +0200 |
---|---|---|
committer | Gustavo Padovan <gustavo@padovan.org> | 2012-05-09 01:40:52 -0300 |
commit | 9d42820f378e6372f154a3f0c8def5d4bba29191 (patch) | |
tree | b4d5263609b9a6228f697ed6eda7e7d019ff4477 /include | |
parent | 2ee8ce35b1e8ba2523fa4c45fa19f9dbe321f008 (diff) | |
download | linux-9d42820f378e6372f154a3f0c8def5d4bba29191.tar.bz2 |
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')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
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 */ |