mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 11:33:51 +01:00
Merge pull request #2845 from haukepetersen/ng_add_netconf_rawmode
net/ng_netconf: added option for setting RAW mode
This commit is contained in:
commit
c9078b44ab
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user