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:
parent
3490ccd615
commit
57e54e254d
@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user