WiFi: In Compatibility mode, reset the current RX packet's latency counter for every halfword write like its supposed to be.

This commit is contained in:
rogerman 2018-11-20 23:14:09 -08:00
parent adbbd406b1
commit f03a880ef9
1 changed files with 1 additions and 0 deletions

View File

@ -4857,6 +4857,7 @@ void WifiHandler::_CopyFromRXQueue()
{
this->_RXWriteOneHalfword(*(u16 *)&this->_rxCurrentPacket.rawFrameData[this->_rxCurrentQueuedPacketPosition]);
this->_rxCurrentQueuedPacketPosition += 2;
this->_rxCurrentPacket.latencyCount = 0;
}
}
else