aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/bluetooth/l2cap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 52f7e6a9a237..bb4e3f66b43c 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -57,6 +57,7 @@ struct sockaddr_l2 {
57 __le16 l2_psm; 57 __le16 l2_psm;
58 bdaddr_t l2_bdaddr; 58 bdaddr_t l2_bdaddr;
59 __le16 l2_cid; 59 __le16 l2_cid;
60 __u8 l2_bdaddr_type;
60}; 61};
61 62
62/* L2CAP socket options */ 63/* L2CAP socket options */