mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:55:48 +00:00
remove a miss use assert in ProtocolReceive, I have talk with arty about it.
svn path=/trunk/; revision=22906
This commit is contained in:
parent
045ca1dd86
commit
c693aa7a2b
1 changed files with 1 additions and 3 deletions
|
@ -487,8 +487,6 @@ NDIS_STATUS STDCALL ProtocolReceive(
|
||||||
{
|
{
|
||||||
if (NdisStatus == NDIS_STATUS_SUCCESS)
|
if (NdisStatus == NDIS_STATUS_SUCCESS)
|
||||||
{
|
{
|
||||||
ASSERT(PacketSize <= Adapter->MTU);
|
|
||||||
|
|
||||||
NdisTransferData(&NdisStatus, Adapter->NdisHandle,
|
NdisTransferData(&NdisStatus, Adapter->NdisHandle,
|
||||||
MacReceiveContext, 0, PacketSize,
|
MacReceiveContext, 0, PacketSize,
|
||||||
NdisPacket, &BytesTransferred);
|
NdisPacket, &BytesTransferred);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue