aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-05-22 16:54:30 -0700
committerDavid S. Miller <davem@davemloft.net>2006-05-22 16:54:30 -0700
commitf5565f4a90bdfea99e4bcd8411ff5272ebdbdbf8 (patch)
tree3f9ccfe14a101ad5dba50eb26531ee3f49fd5930 /include
parent405a42c5c8bd5731087c0ff01310731a3c1c9c24 (diff)
downloadlinux-f5565f4a90bdfea99e4bcd8411ff5272ebdbdbf8.tar.gz
[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')
-rw-r--r--include/net/irda/irlmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/irda/irlmp.h b/include/net/irda/irlmp.h
index 86aefb1fda5e0..c0c895d379ba1 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 */