Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fb9b3d4 authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

Bluetooth: add debug output to l2cap_ack_timeout()

parent 5436538f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);