]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: hci_core: Rate limit the logging of invalid ISO handle
authorPauli Virtanen <pav@iki.fi>
Tue, 3 Feb 2026 19:57:21 +0000 (21:57 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 10 Apr 2026 14:20:04 +0000 (10:20 -0400)
commitedef6576853e51faa11bb286884c362ff7fc83a0
tree58904f65906f9bf1d0b6a414723c10fd961fc7cd
parent1f2ac009d3e06380400618e777c858e582872efa
Bluetooth: hci_core: Rate limit the logging of invalid ISO handle

Some controller firmwares (eg for MT7925) continuously send invalid ISO
packet, which result to "ISO unknown handle" error spam in logs.  It's
not important to show all of them to the user.

Rate limit these ISO error messages, similarly as we do for SCO.

Signed-off-by: Pauli Virtanen <pav@iki.fi>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_core.c