mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
I was wrong, MiniSendComplete shouldn't be called at all by NDIS except if explicitly asked to by the miniport (in pending case).
svn path=/trunk/; revision=12088
This commit is contained in:
parent
f687a8456d
commit
6320501cf5
1 changed files with 0 additions and 3 deletions
|
@ -830,9 +830,6 @@ VOID STDCALL MiniportDpc(
|
|||
Adapter->NdisMiniportBlock.MiniportAdapterContext, (PNDIS_PACKET)WorkItemContext, 0);
|
||||
|
||||
NDIS_DbgPrint(MAX_TRACE, ("back from miniport's Send handler\n"));
|
||||
|
||||
if (NdisStatus != NDIS_STATUS_PENDING)
|
||||
MiniSendComplete((NDIS_HANDLE)Adapter, (PNDIS_PACKET)WorkItemContext, NdisStatus);
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue