1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Martine Lenders 9d6a32b551 gnrc_mac: fix header includes
The inclusion of `net/gnrc.h` in `net/gnrc/mac/types.h` header makes it
impossible to include the `net/gnrc/netif.h` header within
`net/gnrc/netif/hdr.h`, due to `net/gnrc/mac/types.h` being included
with `net/gnrc/netif/mac.h` (which is included in `net/gnrc/netif.h`)
2018-11-29 12:39:34 +01:00
..
application_layer gnrc: keep speed optimizations of c2b403f4 2018-02-22 20:40:59 +01:00
link_layer gnrc_mac: fix header includes 2018-11-29 12:39:34 +01:00
netapi gnrc_netapi: declare data for set function as const 2018-11-20 11:59:38 +01:00
netif net/gnrc_netif: opt of _ipv6_get_iid() 2018-11-22 15:30:11 +01:00
netreg gnrc_netreg: make message queue requirement more visible 2018-05-29 19:21:48 +02:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer gnrc_ipv6: drop packets with unspecified destination 2018-11-17 15:45:25 +01:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf gnrc_pktbuf: add gnrc_pktbuf_merge() 2018-11-22 11:13:33 +01:00
pktbuf_malloc gnrc/pktbuf: Const correctness on gnrc_pktbuf_add 2018-06-15 00:44:23 +02:00
pktbuf_static gnrc_pktbuf_static: reduce checks to be in line with new alignment 2018-06-27 17:19:34 +02:00
pktdump sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl gnrc_rpl_srh: uncrustify code 2018-11-23 13:56:55 +01:00
sock gnrc_sock_[udp|ip]: store return value before release 2018-11-12 14:58:26 +01:00
transport_layer gnrc_udp: send ICMPv6 error messages where appropriate 2018-11-16 17:39:16 +01:00
Makefile gnrc_ipv6_ext: move ipv6_ext_rh (partly) to GNRC 2018-10-25 11:10:25 +02:00