Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connections
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 19 Sep 2022 18:10:17 +0000 (11:10 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 21 Sep 2022 22:04:45 +0000 (15:04 -0700)
commited680f925aea76ac666f34d9923cb40558f4e97b
treeef5b9881a8480924b4e2ebea107ff325f1137f60
parent7096daba731eea262e0f7bf03453ceddcad89f70
Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connections

ISO events (CIS/BIS) shall only be relevant for connection with link
type of ISO_LINK, otherwise the controller is probably buggy or it is
the result of fuzzer tools such as syzkaller.

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