From 96a1c6f74b40f15b2432b03b69fe3d2730911c2a Mon Sep 17 00:00:00 2001 From: haukepetersen <hauke.petersen@fu-berlin.de> Date: Tue, 21 Apr 2015 16:33:07 +0200 Subject: [PATCH] net/ng_netconf: added option for setting RAW mode --- sys/include/net/ng_netconf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/include/net/ng_netconf.h b/sys/include/net/ng_netconf.h index cb86e37a88..eb092d3b13 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; -- GitLab