commit | cad51f874c899ef0340e96a090c7c7319c5b275d | [log] [tgz] |
---|---|---|
author | Chien Hung Lin <chienhung.lin.tw@gmail.com> | Tue Aug 29 15:11:12 2023 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Sep 05 10:05:37 2023 +0200 |
tree | a734995e2c375697c0272c427ee776120eaf5a69 | |
parent | 46cdec8dc678ca6a30a47c867e2a7dc6bb070f85 [diff] |
driver: wifi: eswifi: Fix spi buffer length The eswifi spi driver sets up spi buffer length as number of frames, but the length shall be number of bytes. Because eswifi use 16 bit as frame size, so this turns out reading and writing half of data and fails to sending any at command request and getting any responds from eswifi module. Fix it by setting up length as number of bytes. Fixes #62056 Signed-off-by: Chien Hung Lin <chienhung.lin.tw@gmail.com>