mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 11:44:42 +08:00
- Implement ProtocolResetComplete
- Store the status that gets passed to the completion routine svn path=/branches/aicom-network-fixes/; revision=36740
This commit is contained in:
@@ -201,6 +201,8 @@ VOID STDCALL ProtocolOpenAdapterComplete(
|
||||
|
||||
TI_DbgPrint(DEBUG_DATALINK, ("Called.\n"));
|
||||
|
||||
Adapter->NdisStatus = Status;
|
||||
|
||||
KeSetEvent(&Adapter->Event, 0, FALSE);
|
||||
}
|
||||
|
||||
@@ -235,7 +237,13 @@ VOID STDCALL ProtocolResetComplete(
|
||||
* Status = Status of the operation
|
||||
*/
|
||||
{
|
||||
TI_DbgPrint(MID_TRACE, ("Called.\n"));
|
||||
PLAN_ADAPTER Adapter = (PLAN_ADAPTER)BindingContext;
|
||||
|
||||
TI_DbgPrint(DEBUG_DATALINK, ("Called.\n"));
|
||||
|
||||
Adapter->NdisStatus = Status;
|
||||
|
||||
KeSetEvent(&Adapter->Event, 0, FALSE);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user