diff --git a/drivers/include/at86rf2xx.h b/drivers/include/at86rf2xx.h index 5ae164f85d..1f2e6786a5 100644 --- a/drivers/include/at86rf2xx.h +++ b/drivers/include/at86rf2xx.h @@ -87,7 +87,17 @@ extern "C" { /** * @brief Base (minimal) RSSI value in dBm */ -#define RSSI_BASE_VAL (-91) +#if MODULE_AT86RF233 +# define RSSI_BASE_VAL (-94) +#elif MODULE_AT86RF212B +/** + * @note for the default settings in RIOT for the at86rf212b, + * for other seetings this value may change. + */ +# define RSSI_BASE_VAL (-98) +#else +# define RSSI_BASE_VAL (-91) +#endif /** * @brief Flags for device internal states (see datasheet)