Bluetooth: ISO: fix timeout vs sync_timeout typo in check_bcast_qos
authorPauli Virtanen <pav@iki.fi>
Fri, 24 Jul 2026 20:20:27 +0000 (23:20 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 28 Jul 2026 20:13:11 +0000 (16:13 -0400)
commite9cb51813d79fc9aae4a2098aab3ab6ebd7fb6c8
tree2181352597f406dd72b59640271a75cb2a986a91
parent4311fd6f429065a8ba208660360a895627a00cf3
Bluetooth: ISO: fix timeout vs sync_timeout typo in check_bcast_qos

In iso.c check_bcast_qos(), missing bcast.timeout is not set to its
default value, and appears typoed as bcast.sync_timeout.

Fix the typo.

Fixes: b37cab587aa3 ("Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset")
Signed-off-by: Pauli Virtanen <pav@iki.fi>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/iso.c