diff options
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2011-07-07 17:59:42 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-07-08 16:37:22 -0400 |
commit | 0eb08e339836989557ea3aa4c427377bd32ce19c (patch) | |
tree | e134d10f61d921f0fff231aea8778ef2a27c130b /include/net | |
parent | 02bc74556a3f1b26adf3feb372376c56ba990564 (diff) |
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 306430ef164b..4ff530e3892b 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -265,7 +265,6 @@ struct hci_conn { | |||
265 | __u8 power_save; | 265 | __u8 power_save; |
266 | __u16 disc_timeout; | 266 | __u16 disc_timeout; |
267 | unsigned long pend; | 267 | unsigned long pend; |
268 | __u8 ltk[16]; | ||
269 | 268 | ||
270 | __u8 remote_cap; | 269 | __u8 remote_cap; |
271 | __u8 remote_oob; | 270 | __u8 remote_oob; |