diff options
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 01c993b6b263..157419afe532 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
| @@ -401,6 +401,8 @@ struct l2cap_conn { | |||
| 401 | __u8 pcnf[16]; /* SMP Pairing Confirm */ | 401 | __u8 pcnf[16]; /* SMP Pairing Confirm */ |
| 402 | __u8 tk[16]; /* SMP Temporary Key */ | 402 | __u8 tk[16]; /* SMP Temporary Key */ |
| 403 | 403 | ||
| 404 | struct timer_list security_timer; | ||
| 405 | |||
| 404 | struct list_head chan_l; | 406 | struct list_head chan_l; |
| 405 | rwlock_t chan_lock; | 407 | rwlock_t chan_lock; |
| 406 | }; | 408 | }; |
