1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 11:03:50 +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:
Martine Lenders 2015-04-22 17:31:46 +02:00
commit c9078b44ab

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;