summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/core.c
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-12-19 11:37:53 -0200
committerGustavo F. Padovan <padovan@profusion.mobi>2011-12-19 11:37:53 -0200
commit4b0b2f088f12e2ada1297502d7bebde182cf65b0 (patch)
treec3f5bdb06a047eaca8a2e09b6dfd285d0cc26037 /net/bluetooth/rfcomm/core.c
parent4dad99928211a20a91ec4515ab3b53fd65988f34 (diff)
parentd7660918fce210f421cc58c060ca3de71e4ffd37 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
Conflicts: net/bluetooth/l2cap_core.c
Diffstat (limited to 'net/bluetooth/rfcomm/core.c')
-rw-r--r--net/bluetooth/rfcomm/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c
index 8743f369ed3f..be6288cf854a 100644
--- a/net/bluetooth/rfcomm/core.c
+++ b/net/bluetooth/rfcomm/core.c
@@ -1162,6 +1162,7 @@ static int rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci)
if (list_empty(&s->dlcs)) {
s->state = BT_DISCONN;
rfcomm_send_disc(s, 0);
+ rfcomm_session_clear_timer(s);
}
break;