Bluetooth: convert force_active variable to flag in l2cap chan

force_active 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>
This commit is contained in:
Andrei Emeltchenko
2011-10-11 14:04:33 +03:00
committed by Gustavo F. Padovan
parent ecf61bdba8
commit 15770b1ab9
3 changed files with 10 additions and 8 deletions

View File

@@ -325,7 +325,6 @@ struct l2cap_chan {
__u8 sec_level;
__u8 role_switch;
__u8 force_active;
__u8 ident;
@@ -464,6 +463,7 @@ enum {
/* Definitions for flags in l2cap_chan */
enum {
FLAG_FORCE_ACTIVE,
FLAG_FORCE_RELIABLE,
FLAG_FLUSHABLE,
};