1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

drivers - netdev: extend netdev_state_t enum

This commit is contained in:
Fabian Nack 2014-10-07 10:31:05 +02:00
parent 3490ccd615
commit 57e54e254d

View File

@ -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;
/**