Skip to content

Commit

Permalink
[IRDA]: fixup type of ->lsap_state
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed May 22, 2006
1 parent 405a42c commit f5565f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/irda/irlmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit f5565f4

Please sign in to comment.