Bluetooth: use bit operation on conf_state
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 10 Jun 2011 20:02:12 +0000 (17:02 -0300)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:18:22 +0000 (12:18 -0800)
commit3f2c87fa8b475a7e50861b87d19de94baa14ec25
tree317e59140efc3c8c7395d8ff98d511a0c6ece512
parent99a6b6257c7df34243e83a6e62c0dd305e26bb0a
Bluetooth: use bit operation on conf_state

Instead of making the bit operations manually, we now use set_bit,
test_bit, etc.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c