mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Queue the packet again if we currently don't have enough resources to process it
svn path=/branches/aicom-network-fixes/; revision=36336
This commit is contained in:
@@ -818,7 +818,10 @@ VOID NTAPI MiniportWorker(IN PVOID WorkItem)
|
||||
KeLowerIrql(RaiseOldIrql);
|
||||
}
|
||||
}
|
||||
if( NdisStatus != NDIS_STATUS_PENDING ) {
|
||||
|
||||
if( NdisStatus == NDIS_STATUS_RESOURCES )
|
||||
MiniQueueWorkItem(Adapter, WorkItemType, WorkItemContext);
|
||||
else if( NdisStatus != NDIS_STATUS_PENDING ) {
|
||||
NdisMSendComplete
|
||||
( Adapter, (PNDIS_PACKET)WorkItemContext, NdisStatus );
|
||||
Adapter->MiniportBusy = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user