commit | 61a1ecfc8037e7eba9577a931cb8e1e92b636926 | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Fri Apr 06 11:23:45 2018 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri May 18 06:37:50 2018 +0200 |
tree | b40815c6c23fe27eb25544f3479c181877a5ea61 | |
parent | e6ba8208a4b40c0175c8c5e48462dfbfb189c13d [diff] |
Bluetooth: btqcomsmd: Fix rx/tx stats HCI RX/TX byte counters were only incremented when sending ACL packets. To reflect the real HCI traffic, we need to increment these counters on HCI events and HCI commands as well. Increment error counter on rpmsg errors. Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>