- Remove some incorrect IRQL checks (needed for the NDIS fixes coming soon)
[reactos.git] / drivers / network / dd / pcnet / pcnet.c
index 25965af..6aca85b 100644 (file)
@@ -1101,8 +1101,6 @@ MiniportReset(
 {
   DPRINT("Called\n");
 
-  ASSERT_IRQL_EQUAL(PASSIVE_LEVEL);
-
   /* MiniportReset doesn't do anything at the moment... perhaps this should be fixed. */
 
   *AddressingReset = FALSE;