Revert "Bluetooth: L2CAP: copy RX timestamp to new fragments"

This reverts commit 8c7bfb6198 which is
commit 3908feb1bd7f319a10e18d84369a48163264cc7d upstream.

It breaks the Android kernel abi and can be brought back in the future
in an abi-safe way if it is really needed.

Bug: 161946584
Change-Id: Id8e36cd9dc828f42be27fb8ce27b53c9843fcdef
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2025-05-20 09:49:03 +00:00
parent 8d05667716
commit cf8861e19d

View File

@@ -7386,9 +7386,6 @@ static int l2cap_recv_frag(struct l2cap_conn *conn, struct sk_buff *skb,
return -ENOMEM;
/* Init rx_len */
conn->rx_len = len;
skb_set_delivery_time(conn->rx_skb, skb->tstamp,
skb->tstamp_type);
}
/* Copy as much as the rx_skb can hold */