contiki/cpu/cc26xx-cc13xx/rf-core
George Oikonomou f401c7cc60 Save new TX power setting even if the RFC is powered off.
The current logic attempts to send `CMD_SET_TX_POWER` before saving the new power setting. If `CMD_SET_TX_POWER` fails the power setting will not get saved. As a result, when the RFC is powered off, all attempts to change TX power will fail.

This commit changes this logic to always save the new TX setting as requested by the user. If the RFC is powered up, we apply it immediately. If it is powered down, the new setting will automatically be applied next time we send `CMD_RADIO_SETUP`.

Fixes #1340
2015-11-01 20:56:52 +00:00
..
api Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
dot-15-4g.h Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
ieee-mode.c Save new TX power setting even if the RFC is powered off. 2015-11-01 20:56:52 +00:00
prop-mode.c CC26xx - enable correct IRQ in rf_core_cmd_done_en 2015-09-02 12:37:33 -06:00
rf-ble.c Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
rf-ble.h Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
rf-core.c Fix the logic that detects whether a command is a Radio OP 2015-11-01 20:48:28 +00:00
rf-core.h Fix the logic that detects whether a command is a Radio OP 2015-11-01 20:48:28 +00:00
smartrf-settings.c Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
smartrf-settings.h Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00