To improve performance in FCS calculation, this commit replaces the usage of the generic `crc8` function with the specific `crc8_rohc` function in `modem_cmux.c`. The `crc8_rohc` function utilizes a small table approach, enhancing the efficiency of CRC-8/ROHC variant calculations while optimizing memory usage. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com> |
||
|---|---|---|
| .. | ||
| backends | ||
| CMakeLists.txt | ||
| Kconfig | ||
| modem_chat.c | ||
| modem_cmux.c | ||
| modem_pipe.c | ||
| modem_pipelink.c | ||
| modem_ppp.c | ||
| modem_stats.c | ||
| modem_ubx.c | ||