VOID
WdIndicateLoopbackPacket(
IN PWD_ADAPTER Adapter,
IN PNDIS_PACKET Packet
);
Routine Description:
This routine indicates a packet to the current host.
NOTE: THIS ROUTINE MUST BE CALLED WITH THE SPINLOCK HELD.
Arguments:
Adapter - Pointer to the adapter structure.
Packet - Pointer to the packet to indicate.
Return Value:
NONE.