diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2012-05-23 12:35:46 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-06-05 06:34:06 +0300 |
commit | a6c511c636848f871f5b7aef38e25e5b894b3b48 (patch) | |
tree | 847b421858d21575ff61c02c83e92497d97b92d5 /include/net/bluetooth | |
parent | 38351c66e407e610283e5332b819822055db473c (diff) | |
download | linux-a6c511c636848f871f5b7aef38e25e5b894b3b48.tar.gz linux-a6c511c636848f871f5b7aef38e25e5b894b3b48.tar.bz2 linux-a6c511c636848f871f5b7aef38e25e5b894b3b48.zip |
Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE
HCI_QUIRK_NO_RESET name is misleading - purpose of this quirk is to
reset device on close instead of init, not to not reset at all.
Rename it to HCI_QUIRK_RESET_ON_CLOSE to avoid confusion.
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 66a7b579e31c..97c57aa938f3 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -58,7 +58,7 @@ /* HCI device quirks */ enum { - HCI_QUIRK_NO_RESET, + HCI_QUIRK_RESET_ON_CLOSE, HCI_QUIRK_RAW_DEVICE, HCI_QUIRK_FIXUP_BUFFER_SIZE }; |