mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 03:53:49 +01:00
`gnrc_netif_hdr_build()` calls internally `gnrc_netif_hdr_init()`, which does initialize `gnrc_netif_hdr_t::rssi` and `gnrc_netif_hdr_t::lqi`. So no need to do this twice.