Skip to content
Snippets Groups Projects
Commit f5565f4a authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

[IRDA]: fixup type of ->lsap_state

parent 405a42c5
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment