Skip to content
Snippets Groups Projects
Commit 96a1c6f7 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

net/ng_netconf: added option for setting RAW mode

parent 49a2e26e
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,9 @@ typedef enum { ...@@ -75,6 +75,9 @@ typedef enum {
* as type ng_nettype_t. */ * as type ng_nettype_t. */
NETCONF_OPT_STATE, /**< get/set the state of network devices as NETCONF_OPT_STATE, /**< get/set the state of network devices as
* type ng_netconf_state_t */ * 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 */ /* add more options if needed */
} ng_netconf_opt_t; } ng_netconf_opt_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment