mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
- Pass IRP_MN_QUERY_DEVICE_RELATIONS down the stack
svn path=/trunk/; revision=40744
This commit is contained in:
parent
639e528276
commit
eaf77c07e2
1 changed files with 0 additions and 6 deletions
|
@ -2044,12 +2044,6 @@ NdisIDispatchPnp(
|
|||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
break;
|
||||
|
||||
case IRP_MN_QUERY_DEVICE_RELATIONS:
|
||||
Status = STATUS_NOT_SUPPORTED;
|
||||
Irp->IoStatus.Status = Status;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
break;
|
||||
|
||||
default:
|
||||
IoSkipCurrentIrpStackLocation(Irp);
|
||||
Status = IoCallDriver(Adapter->NdisMiniportBlock.NextDeviceObject, Irp);
|
||||
|
|
Loading…
Reference in a new issue