mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
For consistency with `gnrc_netif_iter()`, add the `const` qualifier to the parameter of `netif_iter()`. This allows calling it on `const` pointers without having to cast `netif_t *`, which (apart of dropping the `const` qualifier) disables a lot of type safety checks offered by the compiler.