mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
Bluetooth: hci_vhci: Add support for ISO packets
This make virtual controllers to pass ISO packets around. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
4de0fc599e
commit
f92a8cb569
@ -178,6 +178,7 @@ static inline ssize_t vhci_get_user(struct vhci_data *data,
|
|||||||
case HCI_EVENT_PKT:
|
case HCI_EVENT_PKT:
|
||||||
case HCI_ACLDATA_PKT:
|
case HCI_ACLDATA_PKT:
|
||||||
case HCI_SCODATA_PKT:
|
case HCI_SCODATA_PKT:
|
||||||
|
case HCI_ISODATA_PKT:
|
||||||
if (!data->hdev) {
|
if (!data->hdev) {
|
||||||
kfree_skb(skb);
|
kfree_skb(skb);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
Loading…
Reference in New Issue
Block a user