disable temporary the mmnif device
This commit is contained in:
parent
0cd2d656cf
commit
e015f72686
2 changed files with 3 additions and 3 deletions
|
@ -84,7 +84,7 @@ static void intr_handler(struct state *s)
|
|||
int tmp, z;
|
||||
|
||||
#ifdef CONFIG_LWIP
|
||||
mmnif_irqhandler();
|
||||
//mmnif_irqhandler();
|
||||
#endif
|
||||
|
||||
z = Z_PID(RC_COREID[my_ue]);
|
||||
|
|
|
@ -154,7 +154,7 @@ int network_init(void)
|
|||
}
|
||||
}
|
||||
#else
|
||||
mmnif_open();
|
||||
//mmnif_open();
|
||||
#endif
|
||||
|
||||
// start echo and ping server
|
||||
|
@ -170,7 +170,7 @@ int network_shutdown(void)
|
|||
{
|
||||
#ifdef CONFIG_LWIP
|
||||
#ifdef CONFIG_ROCKCREEK
|
||||
mmnif_close();
|
||||
//mmnif_close();
|
||||
#elif defined(CONFIG_PCI)
|
||||
dhcp_release(default_netif);
|
||||
dhcp_stop(default_netif);
|
||||
|
|
Loading…
Add table
Reference in a new issue