aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h5
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
312struct 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