commit | 9da0f2af312d0808af7c243c129f42200fa44d6f | [log] [tgz] |
---|---|---|
author | Adam Porter <porter.adam@gmail.com> | Mon Jun 08 13:36:14 2020 -0700 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Jun 10 09:27:51 2020 +0300 |
tree | eebae7b6106760b00e386febaf4456eb6ed95d1a | |
parent | 603c24dec913749c0198b2a10afc52ac5c3443db [diff] |
drivers: modem: use zsock_ variants of socket API By using the Zephyr-native zsock_ family of types and functions, these drivers will be decoupled from NET_SOCKETS_POSIX_NAMES. Signed-off-by: Adam Porter <porter.adam@gmail.com>