1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
Marian Buschsieweke b50964f6fc
sys/net/gnrc: fix in-band signaling of no RSSI
Previously a value of 0 was used for the RSSI to signal that this value is not
present in `gnrc_netif_hdr_t`. However, an RSSI of 0 dBm is legal and even very
plausible data.

This commit defines `GNRC_NETIF_HDR_NO_RSSI` as `INT16_MIN`, which is below the
noise floor in the vacuum of outer space and hence impossible to receive.
For consistency, also GNRC_NETIF_HDR_NO_LQI is defined.
2021-01-13 08:53:33 +01:00
..
2019-11-23 22:39:37 +01:00
2020-11-25 17:52:34 +01:00
2020-11-25 17:52:34 +01:00
2020-11-23 16:56:34 +01:00
2020-09-30 14:18:54 +02:00
2020-11-25 17:52:34 +01:00
2020-11-25 17:52:34 +01:00
2020-11-23 16:56:34 +01:00
2020-11-23 16:56:34 +01:00
2020-11-23 16:56:34 +01:00
2020-10-08 12:10:05 +02:00
2020-11-23 16:56:34 +01:00
2020-10-02 08:13:18 +02:00