Bluetooth: Add refcnt to struct l2cap_chan
[pandora-kernel.git] / include / net / bluetooth / l2cap.h
index 68c8724..b3d953b 100644 (file)
@@ -289,6 +289,8 @@ struct l2cap_chan {
 
        __u8            state;
 
+       atomic_t        refcnt;
+
        __le16          psm;
        __u16           dcid;
        __u16           scid;