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:
parent
adbbd406b1
commit
f03a880ef9
|
@ -4857,6 +4857,7 @@ void WifiHandler::_CopyFromRXQueue()
|
|||
{
|
||||
this->_RXWriteOneHalfword(*(u16 *)&this->_rxCurrentPacket.rawFrameData[this->_rxCurrentQueuedPacketPosition]);
|
||||
this->_rxCurrentQueuedPacketPosition += 2;
|
||||
this->_rxCurrentPacket.latencyCount = 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue