mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 08:25:13 +00:00
The ifstate is already set in enc_ifup -> enc_reset -> enc_linkstatus The ifstate after this call is either ENCSTATE_RUNNING or ENCSTATE_UP If ifstate is ENCSTATE_RUNNING, it would be wrong to set it to ENCSTATE_UP; this would lead to enc_txavail never invoking the driver callback, causing very long latencies in sending. Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae> |
||
|---|---|---|
| .. | ||
| dm90x0.c | ||
| enc28j60.c | ||
| enc28j60.h | ||
| encx24j600.c | ||
| encx24j600.h | ||
| ftmac100.c | ||
| Kconfig | ||
| lan91c111.c | ||
| lan91c111.h | ||
| loopback.c | ||
| Make.defs | ||
| phy_notify.c | ||
| rpmsgdrv.c | ||
| skeleton.c | ||
| slip.c | ||
| telnet.c | ||
| tun.c | ||