diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-05-22 16:54:30 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-05-22 16:54:30 -0700 |
commit | f5565f4a90bdfea99e4bcd8411ff5272ebdbdbf8 (patch) | |
tree | 3f9ccfe14a101ad5dba50eb26531ee3f49fd5930 /include/net/irda | |
parent | 405a42c5c8bd5731087c0ff01310731a3c1c9c24 (diff) |
[IRDA]: fixup type of ->lsap_state
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/irda')
-rw-r--r-- | include/net/irda/irlmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/irda/irlmp.h b/include/net/irda/irlmp.h index 86aefb1fda5e..c0c895d379ba 100644 --- a/include/net/irda/irlmp.h +++ b/include/net/irda/irlmp.h @@ -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 */ |