diff --git a/src/net/netdev_settings.c b/src/net/netdev_settings.c index d87a3c0f..6d875719 100644 --- a/src/net/netdev_settings.c +++ b/src/net/netdev_settings.c @@ -162,6 +162,7 @@ struct netdev_setting_operation { /** Network device settings */ static struct netdev_setting_operation netdev_setting_operations[] = { { &mac_setting, netdev_store_mac, netdev_fetch_mac }, + { &machyp_setting, netdev_store_mac, netdev_fetch_mac }, { &busid_setting, NULL, netdev_fetch_busid }, { &chip_setting, NULL, netdev_fetch_chip }, };