Commit 4f7ac181 authored by Gustavo F. Padovan's avatar Gustavo F. Padovan Committed by Marcel Holtmann

Bluetooth: Fix wrong packet type count increment

Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent acce90d6
...@@ -157,7 +157,7 @@ static inline ssize_t vhci_put_user(struct vhci_data *data, ...@@ -157,7 +157,7 @@ static inline ssize_t vhci_put_user(struct vhci_data *data,
break; break;
case HCI_SCODATA_PKT: case HCI_SCODATA_PKT:
data->hdev->stat.cmd_tx++; data->hdev->stat.sco_tx++;
break; break;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment