mirror of
https://github.com/espressif/openthread.git
synced 2026-07-03 10:50:23 +00:00
d38a329eb9
- This commit adds a new radio capability `kRadioCapsCsmaBackOff` to indicate that the radio supports CSMA backoff logic for frame transmission (but no frame retry). - The existing capability `kRadioCapsTransmitRetries` is not changed and still indicates that the radio supports transmission retry logic along with collision avoidance (CSMA). - `Mac` implementation is updated accordingly.