commit | 514cebcfe827fa34aded77ac815982564a211152 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Sun Nov 12 20:16:38 2017 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Mon Nov 13 14:38:04 2017 +0200 |
tree | 5f9c427f513a303070f649a4849a9c8bef57f979 | |
parent | b4700c3f2bc17af060fa44e22e3de9b90f95d600 [diff] |
Bluetooth: Mesh: Change local_queue from k_fifo to sys_slist_t We never access the local network interface queue in a blocking fashing, so it's unnecessary to have all the infrastructure that k_fifo provides. Use the simpler sys_slist_t instead. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>