mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Added EthFilterDprIndicateReceive(), EthFilterDprIndicateReceiveComplete() functions, since Realtek 8139 network card driver imports them. Their contents is "UNIMPLEMENTED". This makes ReactOS at least gracefully discarding this driver (and not crashing with BugCheck).
svn path=/trunk/; revision=4655
This commit is contained in:
@@ -125,6 +125,31 @@ EthFilterIndicateReceiveComplete(
|
||||
UNIMPLEMENTED
|
||||
}
|
||||
|
||||
VOID
|
||||
EXPORT
|
||||
EthFilterDprIndicateReceive(
|
||||
IN PETH_FILTER Filter,
|
||||
IN NDIS_HANDLE MacReceiveContext,
|
||||
IN PCHAR Address,
|
||||
IN PVOID HeaderBuffer,
|
||||
IN UINT HeaderBufferSize,
|
||||
IN PVOID LookaheadBuffer,
|
||||
IN UINT LookaheadBufferSize,
|
||||
IN UINT PacketSize)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
}
|
||||
|
||||
|
||||
VOID
|
||||
EXPORT
|
||||
EthFilterDprIndicateReceiveComplete(
|
||||
IN PETH_FILTER Filter)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
}
|
||||
|
||||
|
||||
|
||||
BOOLEAN
|
||||
EXPORT
|
||||
|
||||
Reference in New Issue
Block a user