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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 29f720e6188a..1c8cf3e9b1ca 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -223,7 +223,8 @@ struct l2cap_conn {
223}; 223};
224 224
225#define L2CAP_INFO_CL_MTU_REQ_SENT 0x01 225#define L2CAP_INFO_CL_MTU_REQ_SENT 0x01
226#define L2CAP_INFO_FEAT_MASK_REQ_SENT 0x02 226#define L2CAP_INFO_FEAT_MASK_REQ_SENT 0x04
227#define L2CAP_INFO_FEAT_MASK_REQ_DONE 0x08
227 228
228/* ----- L2CAP channel and socket info ----- */ 229/* ----- L2CAP channel and socket info ----- */
229#define l2cap_pi(sk) ((struct l2cap_pinfo *) sk) 230#define l2cap_pi(sk) ((struct l2cap_pinfo *) sk)