diff --git a/drivers/include/net/netdev.h b/drivers/include/net/netdev.h index 46d9aa7caa63e3a9c083d7b9817c642835544ff6..b512df9ee802734f7da2078ac5a22460f06696cb 100644 --- a/drivers/include/net/netdev.h +++ b/drivers/include/net/netdev.h @@ -54,6 +54,7 @@ extern "C" { #include <sys/uio.h> #include "net/netstats.h" +#include "net/l2filter.h" #include "net/netopt.h" enum { @@ -120,6 +121,9 @@ struct netdev { #ifdef MODULE_NETSTATS_L2 netstats_t stats; /**< transceiver's statistics */ #endif +#ifdef MODULE_L2FILTER + l2filter_t filter[L2FILTER_LISTSIZE]; /**< link layer address filters */ +#endif }; /**