mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3c56cdf0c0
This commit sets the correct value to the MCU_CTRL bit for the cc2538_rf. This variable is used to detect when the radio is doing transmission with CCA. Since this was not set to 1 when sending without CCA, the `confirm_transmit` function returned -EAGAIN after the TX_DONE event (which violates the HAL API). This error was discovered using some Radio HAL riotctrl scripts by @LarsKowoll. |
||
---|---|---|
.. | ||
cc2538_rf_getset.c | ||
cc2538_rf_internal.c | ||
cc2538_rf_netdev.c | ||
cc2538_rf_radio_ops.c | ||
cc2538_rf.c | ||
Makefile |