[IRDA]: fixup type of ->lsap_state
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 22 May 2006 23:54:30 +0000 (16:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 May 2006 23:54:30 +0000 (16:54 -0700)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/irda/irlmp.h

index 86aefb1..c0c895d 100644 (file)
@@ -112,7 +112,7 @@ struct lsap_cb {
 
        struct timer_list watchdog_timer;
 
-       IRLMP_STATE     lsap_state;  /* Connection state */
+       LSAP_STATE      lsap_state;  /* Connection state */
        notify_t        notify;      /* Indication/Confirm entry points */
        struct qos_info qos;         /* QoS for this connection */