wifi: (fixes #2628) m_currentPacket should not hold received packets

This commit is contained in:
Sébastien Deronne
2017-01-24 18:54:52 +01:00
parent 7ecc78be31
commit d73d9dfab0
2 changed files with 1 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ Bugs fixed
- Bug 2607 - Minstrel HT manager results in an endless loop when a 802.11ac station is transmitting to a 802.11a access point
- Bug 2614 - RIP header version should be set to 2
- Bug 2627 - Ipv6RawSocket does not honor the bound interface when sending packets
- Bug 2628 - Simulation crashes because of an out of range TID
Known issues
------------

View File

@@ -2425,8 +2425,6 @@ MacLow::SendBlockAckResponse (const CtrlBAckResponseHeader* blockAck, Mac48Addre
WifiTxVector blockAckReqTxVector = GetBlockAckTxVector (originator, blockAckReqTxMode);
m_currentPacket = packet;
m_currentHdr = hdr;
if (immediate)
{
m_txParams.DisableAck ();