From 5cc2a55c3cb043ea9d632aa35a815d1d386b7d6a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 1 Jul 2013 11:06:12 -0400 Subject: [PATCH] Restore machyp once again --- src/net/netdev_settings.c | 1 + 1 file changed, 1 insertion(+) 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 }, };