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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 440e7b86c01d..aea083c1524a 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -324,7 +324,6 @@ struct l2cap_chan {
324 __le16 sport; 324 __le16 sport;
325 325
326 __u8 sec_level; 326 __u8 sec_level;
327 __u8 role_switch;
328 327
329 __u8 ident; 328 __u8 ident;
330 329
@@ -463,6 +462,7 @@ enum {
463 462
464/* Definitions for flags in l2cap_chan */ 463/* Definitions for flags in l2cap_chan */
465enum { 464enum {
465 FLAG_ROLE_SWITCH,
466 FLAG_FORCE_ACTIVE, 466 FLAG_FORCE_ACTIVE,
467 FLAG_FORCE_RELIABLE, 467 FLAG_FORCE_RELIABLE,
468 FLAG_FLUSHABLE, 468 FLAG_FLUSHABLE,