wifi: (fixes #2628) m_currentPacket should not hold received packets
This commit is contained in:
@@ -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
|
||||
------------
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user