diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-06-18 15:13:27 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-18 15:13:27 -0400 |
commit | 8cfe523a1294da65ef95b6ed7b0f7db5629f8d88 (patch) | |
tree | d6118f2e2a55f5906a0c9b42bf6d33c5551cd583 /include/net/bluetooth/hci.h | |
parent | 31fdc5553b42abd7e29bb7b89f6ba07514eb4763 (diff) | |
parent | bcb7ad7bcbef030e6ba71ede1f9866368aca7c99 (diff) | |
download | kernel_goldelico_gta04-8cfe523a1294da65ef95b6ed7b0f7db5629f8d88.zip kernel_goldelico_gta04-8cfe523a1294da65ef95b6ed7b0f7db5629f8d88.tar.gz kernel_goldelico_gta04-8cfe523a1294da65ef95b6ed7b0f7db5629f8d88.tar.bz2 |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 66a7b57..3def64b 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -1144,6 +1144,12 @@ struct extended_inquiry_info { __u8 data[240]; } __packed; +#define HCI_EV_KEY_REFRESH_COMPLETE 0x30 +struct hci_ev_key_refresh_complete { + __u8 status; + __le16 handle; +} __packed; + #define HCI_EV_IO_CAPA_REQUEST 0x31 struct hci_ev_io_capa_request { bdaddr_t bdaddr; |