Skip to content

Commit

Permalink
Bluetooth: add debug output to l2cap_ack_timeout()
Browse files Browse the repository at this point in the history
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
  • Loading branch information
Gustavo F. Padovan committed Dec 22, 2011
1 parent 5436538 commit 2fb9b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1985,6 +1985,8 @@ static void l2cap_ack_timeout(struct work_struct *work)
struct l2cap_chan *chan = container_of(work, struct l2cap_chan,
ack_timer.work);

BT_DBG("chan %p", chan);

lock_sock(chan->sk);
l2cap_send_ack(chan);
release_sock(chan->sk);
Expand Down

0 comments on commit 2fb9b3d

Please sign in to comment.