]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 13 Mar 2024 19:43:18 +0000 (15:43 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 10 Apr 2024 19:03:42 +0000 (15:03 -0400)
commitb37cab587aa3c9ab29c6b10aa55627dad713011f
treeb61be06f212c667d53a6e1a8b2f27c0ad70357f5
parent19fa4f2a85d777a8052e869c1b892a2f7556569d
Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset

Consider certain values (0x00) as unset and load proper default if
an application has not set them properly.

Fixes: 0fe8c8d07134 ("Bluetooth: Split bt_iso_qos into dedicated structures")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/iso.c