diff options
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2011-07-07 18:59:42 -0300 |
---|---|---|
committer | mgross <mark.gross@intel.com> | 2011-11-09 12:18:59 -0800 |
commit | 00f40f2da4c0e23c5dfa1942becd39df03c8a74b (patch) | |
tree | 33004d1c51e3f2c094e659d24198525fe0529d72 /include | |
parent | 6070f256bf36d2614e32beaea59d9b43d9cf406b (diff) | |
download | kernel-mfld-blackbay-00f40f2da4c0e23c5dfa1942becd39df03c8a74b.tar.gz kernel-mfld-blackbay-00f40f2da4c0e23c5dfa1942becd39df03c8a74b.tar.bz2 kernel-mfld-blackbay-00f40f2da4c0e23c5dfa1942becd39df03c8a74b.zip |
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')
-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 f419c7abca2..f1d33871f2d 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; |