mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-25 19:08:35 +00:00
Restore machyp once again
This commit is contained in:
parent
d4ffe44dca
commit
5cc2a55c3c
@ -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 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user