mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:15:43 +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
|
@ -486,9 +486,7 @@ NDIS_STATUS STDCALL ProtocolReceive(
|
|||
else
|
||||
{
|
||||
if (NdisStatus == NDIS_STATUS_SUCCESS)
|
||||
{
|
||||
ASSERT(PacketSize <= Adapter->MTU);
|
||||
|
||||
{
|
||||
NdisTransferData(&NdisStatus, Adapter->NdisHandle,
|
||||
MacReceiveContext, 0, PacketSize,
|
||||
NdisPacket, &BytesTransferred);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue