]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: use bit operation on conf_state
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 10 Jun 2011 20:02:12 +0000 (17:02 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 16 Jun 2011 21:57:14 +0000 (18:57 -0300)
commit3eabfa5b2e33894d76f4233f545979b2e3da11ac
tree0a68031ba6f6252054d7b6b5b5a40913a29c58e4
parent6b076baa95fcda9b5d3b8fca2913f692c3d7f96e
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