mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Added notification for partly-implemented NdisMSetAttributesEx()
svn path=/trunk/; revision=4610
This commit is contained in:
parent
29a610ad56
commit
331899f621
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
|
||||
#ifdef DBG
|
||||
/* See debug.h for debug/trace constants */
|
||||
ULONG DebugTraceLevel = MIN_TRACE;
|
||||
//ULONG DebugTraceLevel = (MAX_TRACE + DEBUG_MINIPORT);
|
||||
//ULONG DebugTraceLevel = MIN_TRACE;
|
||||
ULONG DebugTraceLevel = (MAX_TRACE + DEBUG_MINIPORT);
|
||||
#endif /* DBG */
|
||||
|
||||
|
||||
|
@ -1280,6 +1280,7 @@ NdisMSetAttributesEx(
|
|||
PLOGICAL_ADAPTER Adapter = GET_LOGICAL_ADAPTER(MiniportAdapterHandle);
|
||||
|
||||
NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
|
||||
NDIS_DbgPrint(MIN_TRACE, ("NdisMSetAttributesEx() is partly-implemented."));
|
||||
|
||||
Adapter->NdisMiniportBlock.MiniportAdapterContext = MiniportAdapterContext;
|
||||
Adapter->Attributes = AttributeFlags & NDIS_ATTRIBUTE_BUS_MASTER;
|
||||
|
|
Loading…
Reference in a new issue