1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell
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
..
commands sys/net/gnrc: fix in-band signaling of no RSSI 2021-01-13 08:53:33 +01:00
Kconfig sys/shell: Add module to Kconfig 2020-11-06 15:57:54 +01:00
Makefile
shell.c sys/shell: terminate shell on Ctrl-D 2020-10-21 17:40:44 +02:00