Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf noup] drivers: ieee802154: temporary fix for ACK header IE config
Skip configuring ACK header IE if `EnableCsl()` has been called with arguments: - `aCslPeriod` == 0 - `aShortAddr` == IEEE802154_NO_SHORT_ADDRESS_ASSIGNED - `aExtAddr` == NULL This happens during RCP startup in `Radio::Init()` implementation. It will be fixed on OT and Zephyr level, but this commit is needed to prevent coprocessor samples from asserting on boot. Signed-off-by: Maciej Baczmanski <[email protected]>
- Loading branch information