Restore the ability to configure the first NIC with the win32 ui

This commit is contained in:
Adrien Moulin
2022-08-21 21:05:07 +02:00
parent 853e47792b
commit 2f57de3f60
3 changed files with 13 additions and 19 deletions

View File

@@ -121,10 +121,7 @@ netcard_conf_t net_cards_conf[NET_CARD_MAX];
int net_card_current = 0;
/* Global variables. */
int network_type;
int network_ndev;
int network_card;
char network_host[522];
netdev_t network_devs[32];