mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Minor fix in MiniportDpc.
svn path=/trunk/; revision=12200
This commit is contained in:
@@ -841,7 +841,7 @@ VOID STDCALL MiniportDpc(
|
||||
|
||||
NDIS_DbgPrint(MAX_TRACE, ("back from miniport's Send handler\n"));
|
||||
}
|
||||
if( NdisStatus == NDIS_STATUS_PENDING ) {
|
||||
if( NdisStatus != NDIS_STATUS_PENDING ) {
|
||||
NdisMSendComplete
|
||||
( Adapter, (PNDIS_PACKET)WorkItemContext, NdisStatus );
|
||||
Adapter->MiniportBusy = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user