diff --git a/sys/include/net/ng_netdev.h b/sys/include/net/ng_netdev.h index 8ff583714c..229c3cf3b1 100644 --- a/sys/include/net/ng_netdev.h +++ b/sys/include/net/ng_netdev.h @@ -36,7 +36,7 @@ extern "C" { /** * @brief Type for @ref msg_t if device fired an event */ -#define NG_NETDEV_MSG_EVENT_TYPE (0x0100) +#define NG_NETDEV_MSG_TYPE_EVENT (0x0100) /** * @brief Possible event types that are send from the device driver to the @@ -122,7 +122,7 @@ typedef struct { * *value_len* is too small to store the option value */ int (*get)(ng_netdev_t *dev, ng_netconf_opt_t opt, - void *value, size_t *value_len); + void *value, size_t *value_len); /** * @brief Set an option value for a given network device