mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 06:10:21 +00:00
9c252dbac7
The way the FCS was handled previously was based on assumptions (Like the `mLength` field of `RadioPacket` didn't include a CRC) that were incorrect. This change fixes that issue and also simplifies how the protocol handles the FCS bytes for `PROP_STREAM_RAW`. This commit addresses #808.