Bluetooth: use bit operation on conf_state
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 10 Jun 2011 20:02:12 +0000 (17:02 -0300)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 11 Jul 2011 18:59:24 +0000 (11:59 -0700)
commit2ddee5a3fdbf4298113c24bef0ff3063070824a0
treed714565d999825777201f784bed6c76828134f09
parent58d1980847d0c2b9a7fcf1a291b285097b1a783a
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