1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

net/ng_netconf: added option for setting RAW mode

This commit is contained in:
haukepetersen 2015-04-21 16:33:07 +02:00
parent 49a2e26e7c
commit 96a1c6f74b

View File

@ -75,6 +75,9 @@ typedef enum {
* as type ng_nettype_t. */
NETCONF_OPT_STATE, /**< get/set the state of network devices as
* type ng_netconf_state_t */
NETCONF_OPT_RAWMODE, /**< en/disable the pre-processing of data
in a network device driver as type
ng_nettype_t */
/* add more options if needed */
} ng_netconf_opt_t;