Commit 4f7ac1814ef6f0773e57ffd159a1dd57a3c80521

Authored by Gustavo F. Padovan
Committed by Marcel Holtmann
1 parent acce90d6a9

Bluetooth: Fix wrong packet type count increment

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/bluetooth/hci_vhci.c
... ... @@ -157,7 +157,7 @@
157 157 break;
158 158  
159 159 case HCI_SCODATA_PKT:
160   - data->hdev->stat.cmd_tx++;
  160 + data->hdev->stat.sco_tx++;
161 161 break;
162 162 };
163 163