diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-09-26 19:47:05 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-09-26 19:47:05 +0200 |
commit | 7c6a4acc645cdd938300d5f9bb367f72170af310 (patch) | |
tree | 163913f10cbab4cad448995848390c200a35d149 /include | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff) | |
parent | Bluetooth: btusb: Add support for Belkin F8065bf (diff) | |
download | linux-7c6a4acc645cdd938300d5f9bb367f72170af310.tar.xz linux-7c6a4acc645cdd938300d5f9bb367f72170af310.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index aaeaf0938ec0..15f10841e2b5 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -104,6 +104,7 @@ enum { enum { HCI_SETUP, HCI_AUTO_OFF, + HCI_RFKILLED, HCI_MGMT, HCI_PAIRABLE, HCI_SERVICE_CACHE, |