Files
openthread/include
Abtin Keshavarzian d38a329eb9 New radio capability to indicate CSMA backoff support by radio layer (#1395)
- 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.
2017-02-27 14:28:20 -08:00
..
2016-12-12 09:18:04 -08:00
2017-01-24 11:16:32 -08:00
2016-11-04 09:28:17 -07:00
2016-11-04 09:28:17 -07:00
2017-02-27 09:28:43 -08:00