X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fhci_ldisc.c;h=720148294e648473a1a82cc0c68f50ac1fd923c3;hb=b3b2b6351a3f3342e6669b5c2defc85f6af75ee3;hp=17361bad46dd9e367a027c4506ceea7504d76af5;hpb=b9da0571050c09863e59f94d0b8594a290d61b88;p=pandora-kernel.git diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 17361bad46dd..720148294e64 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c @@ -101,7 +101,7 @@ static inline void hci_uart_tx_complete(struct hci_uart *hu, int pkt_type) break; case HCI_SCODATA_PKT: - hdev->stat.cmd_tx++; + hdev->stat.sco_tx++; break; } }