Bluetooth: L2CAP: copy RX timestamp to new fragments
authorPauli Virtanen <pav@iki.fi>
Thu, 24 Apr 2025 19:51:03 +0000 (22:51 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 25 Apr 2025 19:03:19 +0000 (15:03 -0400)
commit3908feb1bd7f319a10e18d84369a48163264cc7d
treee5efb87bb5af1c55066f8b682afdb6dc4efea00e
parent1c7664957e4edb234c69de2db4be1f740d2df564
Bluetooth: L2CAP: copy RX timestamp to new fragments

Copy timestamp too when allocating new skb for received fragment.
Fixes missing RX timestamps with fragmentation.

Fixes: 4d7ea8ee90e4 ("Bluetooth: L2CAP: Fix handling fragmented length")
Signed-off-by: Pauli Virtanen <pav@iki.fi>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/l2cap_core.c