| Anterior | Siguiente |
| STATUS_NDIS_REQUEST_ABORTED | STATUS_NDIS_INVALID_PACKET |
STATUS_NDIS_RESET_IN_PROGRESS
Qué significa STATUS_NDIS_RESET_IN_PROGRESS
STATUS_NDIS_RESET_IN_PROGRESS indica una ventana temporal de recuperación del miniport. Mientras NDIS/driver resetea el adapter, determinadas requests no pueden procesarse.
El status no prueba por sí solo un fallo hardware permanente. Lo importante es qué provocó el reset, cuánto dura y si el adapter vuelve a Running.
Qué comprobar
- Evento/error inmediatamente anterior que inició reset.
- Inicio y completion del reset.
- Requests abortadas durante la ventana.
- Si los resets se repiten, investigue la causa de cada reset en vez de aumentar indefinidamente los retries.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.
