commit | 89bc500e41fc5b48e0573e6b0d927fc97b8951dc | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Fri Jun 03 00:19:47 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Jun 13 14:55:33 2011 -0300 |
tree | a140691a2c96629f86ff554dbf6677d2057b69cd | |
parent | ba3bd0ee3946d9300512e685e8d5573dfa10c060 [diff] |
Bluetooth: Add state tracking to struct l2cap_chan Now socket state is tracked by struct sock and channel state is tracked by chan->state. At this point both says the same, but this is going to change when we add AMP Support for example. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>