Parent: 6e93cf440908a87a1e30aec76bd54d52e0ad136c
Author: Inga Stotland <inga.stotland@intel.com>
Committer: Brian Gix <brian.gix@intel.com>
Date: 2020-03-05 18:01:28
Tree: d75a8a79f91aaa2b89d0dae30251b8f0da4c537a
mesh: Remove unused parameters from internal rx functions This removes unused ttl parameter from mesh_model_rx(). The TTL value is not processed at the access layer, so there is no need to pass it to a model. Also, remove "uint32_t dst" parameter from the typedef of mesh_model_recv_cb: providing a just destination address is sufficient for internally implemented models (currently, it's only Config Server)
Diffstat
| M | mesh/cfgmod-server.c | | | 29 | ++++++++++++++- - - - - - - - - - - - - - - |
| M | mesh/model.c | | | 17 | +++++++- - - - - - - - - - |
| M | mesh/model.h | | | 11 | +++++- - - - - - |
| M | mesh/net.c | | | 4 | ++- - |
4 files changed, 28 insertions(+), 33 deletions(-)