commit | 4f7ac1814ef6f0773e57ffd159a1dd57a3c80521 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Sat May 01 16:15:34 2010 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon May 10 09:28:45 2010 +0200 |
tree | 43ff54449bf1f8f95e255af6b471c80a2e650dc5 | |
parent | acce90d6a957812081b83ac4d1133e93a43569c6 [diff] |
Bluetooth: Fix wrong packet type count increment Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c index bb0aefd..3aa7b2a 100644 --- a/drivers/bluetooth/hci_vhci.c +++ b/drivers/bluetooth/hci_vhci.c
@@ -157,7 +157,7 @@ break; case HCI_SCODATA_PKT: - data->hdev->stat.cmd_tx++; + data->hdev->stat.sco_tx++; break; };