Bluetooth: Ask upper layers for HCI disconnect reason
[safe/jmp/linux-2.6] / include / net / bluetooth / l2cap.h
index 54737c5..f566aa1 100644 (file)
@@ -221,6 +221,8 @@ struct l2cap_conn {
        __u8            rx_ident;
        __u8            tx_ident;
 
+       __u8            disc_reason;
+
        struct l2cap_chan_list chan_list;
 };