diff options
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2011-07-07 18:59:42 -0300 |
---|---|---|
committer | Jaikumar Ganesh <jaikumar@google.com> | 2011-07-11 11:59:35 -0700 |
commit | 11432053c0991fbff06351ed63a83b0796179505 (patch) | |
tree | 2ca08694f19ad716a2ce68082a6c215e11a957f2 /include/net | |
parent | 5d873cafa53676fa7bf652bf653ea9dd4b14a7ed (diff) | |
download | kernel_samsung_tuna-11432053c0991fbff06351ed63a83b0796179505.zip kernel_samsung_tuna-11432053c0991fbff06351ed63a83b0796179505.tar.gz kernel_samsung_tuna-11432053c0991fbff06351ed63a83b0796179505.tar.bz2 |
Bluetooth: Remove unused field in hci_conn
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index f419c7a..f1d3387 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -265,7 +265,6 @@ struct hci_conn { __u8 power_save; __u16 disc_timeout; unsigned long pend; - __u8 ltk[16]; __u8 remote_cap; __u8 remote_oob; |