commit | 2697275d23463eab0c7c34a2fb9f7200f067a3c4 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Apr 30 11:24:00 2021 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri May 07 09:46:44 2021 -0500 |
tree | 73e0ce9d13d1b415022fb3723c74691432f6ba98 | |
parent | 0808ead6fff6011c033d6d2fae032e601ca64537 [diff] |
net: ppp: Convert to use k_fifo instead of k_work Following commits will remove k_work from net_pkt, so convert PPP L2 to use k_fifo when sending PPP data. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>