mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
[IRDA]: fixup type of ->lsap_state
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
405a42c5c8
commit
f5565f4a90
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user