mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
release the adapter lock after queuing a work item for the request in ProRequet()
svn path=/trunk/; revision=14364
This commit is contained in:
parent
d295d5da57
commit
713139d9ea
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ ProRequest(
|
|||
if (QueueWorkItem)
|
||||
{
|
||||
MiniQueueWorkItem(Adapter, NdisWorkItemRequest, (PVOID)NdisRequest);
|
||||
KeReleaseSpinLock(&Adapter->NdisMiniportBlock.Lock, OldIrql);
|
||||
return NDIS_STATUS_PENDING;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue