mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Don't use NDIS's ioctl handler for devices registered from NdisMRegisterDevice
svn path=/trunk/; revision=41088
This commit is contained in:
parent
4546411768
commit
b1b02ec330
1 changed files with 0 additions and 1 deletions
|
@ -2793,7 +2793,6 @@ NdisMRegisterDevice(
|
|||
|
||||
DriverBlock->DriverObject->MajorFunction[IRP_MJ_PNP] = NdisIDispatchPnp;
|
||||
DriverBlock->DriverObject->MajorFunction[IRP_MJ_SHUTDOWN] = NdisIShutdown;
|
||||
DriverBlock->DriverObject->MajorFunction[IRP_MJ_DEVICE_CONTROL] = NdisIDeviceIoControl;
|
||||
|
||||
DeviceBlock->DeviceObject = DeviceObject;
|
||||
DeviceBlock->SymbolicName = SymbolicName;
|
||||
|
|
Loading…
Reference in a new issue