diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-31 23:35:21 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-04-07 17:06:26 -0400 |
commit | 820ffdb3d25f74fbd553453f461709d52dfa72a2 (patch) | |
tree | e02640fe22d34177ef9b237a48128b900ddf6775 /include | |
parent | baa7e1fa6d2870462bd744df1c6ddbd497fe86d6 (diff) |
Bluetooth: Remove struct del_list
As we use struct list_head to keep L2CAP channels list the workaround with
del_list is not needed anymore.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index ddf4bc56a5b5..d24b51c3ff8c 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -309,11 +309,6 @@ struct l2cap_conn { | |||
309 | rwlock_t chan_lock; | 309 | rwlock_t chan_lock; |
310 | }; | 310 | }; |
311 | 311 | ||
312 | struct sock_del_list { | ||
313 | struct sock *sk; | ||
314 | struct list_head list; | ||
315 | }; | ||
316 | |||
317 | #define L2CAP_INFO_CL_MTU_REQ_SENT 0x01 | 312 | #define L2CAP_INFO_CL_MTU_REQ_SENT 0x01 |
318 | #define L2CAP_INFO_FEAT_MASK_REQ_SENT 0x04 | 313 | #define L2CAP_INFO_FEAT_MASK_REQ_SENT 0x04 |
319 | #define L2CAP_INFO_FEAT_MASK_REQ_DONE 0x08 | 314 | #define L2CAP_INFO_FEAT_MASK_REQ_DONE 0x08 |