zephyr/drivers/modem
Michael Scott bc5a3f25ad drivers: modem: fix extra bytes sent by mdm_receiver_send()
mdm_receiver_send() was sending 1 too many bytes of buf.  This ended
up being the NULL terminator.  Size should be reduced prior to the
while check so that this doesn't happen.

Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/14001

Signed-off-by: Michael Scott <mike@foundries.io>
2019-03-04 09:40:45 -05:00
..
CMakeLists.txt drivers/modem: Switch wncm14a2a driver to new net_pkt API 2019-02-21 09:30:57 -05:00
Kconfig drivers: modem: wistron kconfig separation 2019-03-01 09:48:12 +01:00
Kconfig.wncm14a2a drivers: modem: wistron kconfig separation 2019-03-01 09:48:12 +01:00
modem_receiver.c drivers: modem: fix extra bytes sent by mdm_receiver_send() 2019-03-04 09:40:45 -05:00
modem_shell.c shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
wncm14a2a.c drivers/modem: Switch wncm14a2a driver to new net_pkt API 2019-02-21 09:30:57 -05:00