diff --git a/drivers/include/netdev/base.h b/drivers/include/netdev/base.h index 1981b9ad24..8e423b4e81 100644 --- a/drivers/include/netdev/base.h +++ b/drivers/include/netdev/base.h @@ -134,6 +134,8 @@ typedef enum { NETDEV_STATE_PROMISCUOUS_MODE, /**< Device is in receive mode and accepts all packets without regard for their destination */ + NETDEV_STATE_TX_BURST, /**< Device is burst sending and + does not accept packets */ } netdev_state_t; /**