]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[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 86aefb1fda5e0bba0f24210eb9864b63801fe913..c0c895d379ba1b10ed5a7b39e8c4da3405aea23e 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 */