Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUP
[pandora-kernel.git] / net / bluetooth / rfcomm / core.c
index 1d0fb0f..374536e 100644 (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);