commit | 2e8836f076016a5dcee440b2f53f47f92ddaa2f3 | [log] [tgz] |
---|---|---|
author | Eduardo Montoya <eduardo.montoya@nordicsemi.no> | Wed Feb 17 11:06:55 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Feb 23 11:30:25 2021 +0100 |
tree | f192f8a0dcd1abad964208d8b18bb114e7a9f05d | |
parent | 157c11d6e7072b5cf1ae8816a5673147c0e587f5 [diff] |
net: openthread: separated variable for rx/tx operations results The use of a single error variable for RX and TX operations has shown the OpenThread code to be asserting in some conditions. This commit splits tx_rx_result into rx_result and tx_result to avoid such cases. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>