mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
Revert "Revert "Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUP""
This reverts commit 33a3a31ffa.
This commit is contained in:
parent
2b0abd67bb
commit
2ca8449fb8
|
|
@ -1194,6 +1194,8 @@ void rfcomm_dlc_accept(struct rfcomm_dlc *d)
|
|||
|
||||
rfcomm_send_ua(d->session, d->dlci);
|
||||
|
||||
rfcomm_dlc_clear_timer(d);
|
||||
|
||||
rfcomm_dlc_lock(d);
|
||||
d->state = BT_CONNECTED;
|
||||
d->state_change(d, 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user