diff --git a/sys/include/net/ng_netconf.h b/sys/include/net/ng_netconf.h index cb86e37a882d77d5396b23ec92602be01847126e..eb092d3b13cd28fe69bf92fc3de0f4f6cdc7a115 100644 --- a/sys/include/net/ng_netconf.h +++ b/sys/include/net/ng_netconf.h @@ -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;