]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/bluetooth/l2cap.h
[Bluetooth] Remove global conf_mtu variable from L2CAP
[linux-2.6-omap-h63xx.git] / include / net / bluetooth / l2cap.h
index 70e70f5d3dd61e26a54f46c7c9e59ff8db6c0bf0..f7bcd1f782cbb02f117d1ea1780f36120a033959 100644 (file)
@@ -221,7 +221,6 @@ struct l2cap_pinfo {
        __u8            conf_len;
        __u8            conf_state;
        __u8            conf_retry;
-       __u16           conf_mtu;
 
        __u8            ident;
 
@@ -232,10 +231,11 @@ struct l2cap_pinfo {
        struct sock             *prev_c;
 };
 
-#define L2CAP_CONF_REQ_SENT    0x01
-#define L2CAP_CONF_INPUT_DONE  0x02
-#define L2CAP_CONF_OUTPUT_DONE 0x04
-#define L2CAP_CONF_MAX_RETRIES 2
+#define L2CAP_CONF_REQ_SENT    0x01
+#define L2CAP_CONF_INPUT_DONE  0x02
+#define L2CAP_CONF_OUTPUT_DONE 0x04
+
+#define L2CAP_CONF_MAX_RETRIES 2
 
 void l2cap_load(void);