]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: HCI: Fix using LE/ACL buffers for ISO packets
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 27 Jun 2025 15:18:30 +0000 (11:18 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sat, 27 Sep 2025 15:37:01 +0000 (11:37 -0400)
commit69a86cc17811c411fe336eb484a23bc0b425a814
treee6fa55db704ac15d224e528f038d068c3b4cc3e6
parentd79c7d01f1c8bcf9a48337c8960d618fbe31fc0c
Bluetooth: HCI: Fix using LE/ACL buffers for ISO packets

ISO packets shall not use LE/ACL buffer pool, that feature seem to be
exclusive to LE-ACL only.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c