projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d5021
)
Revert "Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUP"
author
Nick Pelly
<npelly@google.com>
Wed, 24 Feb 2010 17:29:10 +0000
(09:29 -0800)
committer
Nick Pelly
<npelly@google.com>
Wed, 24 Feb 2010 19:11:34 +0000
(11:11 -0800)
This reverts commit
e2139b32726e5dd184974c785ea3f62026590801
.
Change-Id: Id948d5860840aaf85eca7d8894a7bb3192f0bb47
Signed-off-by: Nick Pelly <npelly@google.com>
net/bluetooth/rfcomm/core.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/rfcomm/core.c
b/net/bluetooth/rfcomm/core.c
index e105d36f01a7afaff69731e710f75e3bb55f0968..77d76e6d999f62792df4de3e9fff113125b7e911 100644
(file)
--- a/
net/bluetooth/rfcomm/core.c
+++ b/
net/bluetooth/rfcomm/core.c
@@
-1194,8
+1194,6
@@
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);