X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fbluetooth%2Frfcomm%2Fcore.c;h=374536e050aa546f1a4f4ed27e5a48d9514df62b;hb=afc1e702e8e8355faa712d4e90d9afe26a4995a5;hp=1d0fb0f23c63162ddd008eaf4d39ece9384a45f6;hpb=38d9aefb5ce8f26358b0d5cd933cfa9e267105b1;p=pandora-kernel.git diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c index 1d0fb0f23c63..374536e050aa 100644 --- a/net/bluetooth/rfcomm/core.c +++ b/net/bluetooth/rfcomm/core.c @@ -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);