Files
linux-stable-mirror/include/net/bluetooth
Pauli VirtanenandGreg Kroah-Hartman a4f1c8e1a5 Bluetooth: ISO: exclude RFU bits from ISO_SDU_Length
[ Upstream commit fd076d8dee ]

slen contains ISO_SDU_Length (12 bits), RFU (2 bits),
Packet_Status_Flags (2 bits).

Exclude the RFU bits from hci_iso_data_len. Also add masks to the pack
macro.

Fixes: 4de0fc599e ("Bluetooth: Add definitions for CIS connections")
Signed-off-by: Pauli Virtanen <pav@iki.fi>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-07-24 15:54:56 +02:00
..