1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/netif
Marian Buschsieweke 8a5d301caa
sys/net/gnrc/netif: Fix compilation on waspmote-pro
xtimer.h must not be included, when the xtimer module is not use. Otherwise
compilation on the waspmote-pro with https://github.com/RIOT-OS/RIOT/pull/14799
will not longer work. gnrc_netif_pktq includes xtimer.h and uses xtimer, but
gnrc_netif includes gnrc_netif_pktq.h regardless of whether gnrc_netif_pktq
is used. This makes sure that gnrc_netif_pktq.h is only included when actually
used.
2020-09-22 11:51:09 +02:00
..
ethernet gnrc_netif_xxx_create: use external netif allocation 2020-03-26 11:12:23 +01:00
hdr gnrc_netif_hdr: make in parameters const 2019-02-21 12:43:08 +01:00
ieee802154 gnrc_netif_xxx_create: use external netif allocation 2020-03-26 11:12:23 +01:00
init_devs drivers/dose: register driver with netdev 2020-08-17 22:53:51 +02:00
lorawan net/gnrc_netif_lorawan: fix unaligned copy 2020-07-13 16:57:26 +02:00
pktq gnrc_netif: add a send queue 2020-09-02 12:30:22 +02:00
_netif.c Merge pull request #12738 from miri64/netif/enh/id-functions 2020-06-09 15:12:06 +02:00
gnrc_netif_device_type.c net/gnrc/netif: disable 6lo fragmentation when unneeded 2020-06-18 07:16:16 -05:00
gnrc_netif_raw.c gnrc_netif_xxx_create: use external netif allocation 2020-03-26 11:12:23 +01:00
gnrc_netif.c sys/net/gnrc/netif: Fix compilation on waspmote-pro 2020-09-22 11:51:09 +02:00
Kconfig gnrc_netif: add a send queue 2020-09-02 12:30:22 +02:00
Makefile gnrc_netif: add a send queue 2020-09-02 12:30:22 +02:00