Revert "Revert "Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUP""

This reverts commit 33a3a31ffa.
This commit is contained in:
黄涛 2011-07-30 22:26:34 +08:00
parent 2b0abd67bb
commit 2ca8449fb8

View File

@ -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);