]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: ISO: Fix not using the correct QoS
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 5 Aug 2022 21:02:21 +0000 (14:02 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 9 Aug 2022 00:06:36 +0000 (17:06 -0700)
commit34de7b0ae1f2e997c99326cd983ebf3a5a915f0b
treece9fb72873b89d808ec7f0bc893929c54312141d
parent9f161dcaad4091eec89967f5321a638ba2ba48ac
Bluetooth: ISO: Fix not using the correct QoS

This fixes using wrong QoS settings when attempting to send frames while
acting as peripheral since the QoS settings in use are stored in
hconn->iso_qos not in sk->qos, this is actually properly handled on
getsockopt(BT_ISO_QOS) but not on iso_send_frame.

Fixes: c7b22e81274f2 ("Bluetooth: Add BTPROTO_ISO socket type")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/iso.c