aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2011-10-11 14:04:32 +0300
committerGustavo F. Padovan <padovan@profusion.mobi>2011-10-11 10:48:21 -0300
commitecf61bdba845b5e77cf1d5e8620ef54abcfa50ef (patch)
tree5a7c1d6d50278aed67ef74a1f69eac4176614de2 /include/net/bluetooth/l2cap.h
parentBluetooth: convert flushable variable to flag in l2cap chan (diff)
downloadlinux-dev-ecf61bdba845b5e77cf1d5e8620ef54abcfa50ef.tar.xz
linux-dev-ecf61bdba845b5e77cf1d5e8620ef54abcfa50ef.zip
Bluetooth: convert force_reliable variable to flag in l2cap chan
force_reliable variable inside l2cap_chan is a logical one and can be easily converted to flag Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
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 0fe5d59b71a3..6c0d247de94c 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -325,7 +325,6 @@ struct l2cap_chan {
__u8 sec_level;
__u8 role_switch;
- __u8 force_reliable;
__u8 force_active;
__u8 ident;
@@ -465,6 +464,7 @@ enum {
/* Definitions for flags in l2cap_chan */
enum {
+ FLAG_FORCE_RELIABLE,
FLAG_FLUSHABLE,
};