commit | 330ad75f6a79d46f11f7bf8937852ebb4673b1d5 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Aug 13 12:32:35 2018 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Aug 13 15:59:39 2018 +0200 |
tree | f5b2940a264f053a97886256db70217026f78840 | |
parent | a487711aac3b720b4a3a63d737604f47cd8dc36c [diff] |
Bluetooth: mediatek: pass correct size to h4_recv_buf() We're supposed to pass the number of elements in the mtk_recv_pkts, not the number of bytes. Fixes: 7237c4c9ec92 ("Bluetooth: mediatek: Add protocol support for MediaTek serial devices") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>