Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f7ac181 authored by Gustavo Padovan's avatar Gustavo Padovan Committed by Marcel Holtmann
Browse files

Bluetooth: Fix wrong packet type count increment

parent acce90d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ static inline ssize_t vhci_put_user(struct vhci_data *data,
		break;

	case HCI_SCODATA_PKT:
		data->hdev->stat.cmd_tx++;
		data->hdev->stat.sco_tx++;
		break;
	};