RTS retransmissions never stop for large MPDU packets
RTS retransmissions do not increase the long MPDU retry count for failed RTS attempts. Thus, RTS retransmissions for large MPDU frames continue endlessly, jamming all communications. This happens when a node is mobile and moving out of the reception area of the RTS for a large MPDU.
The issue can be fixed by incrementing the m_slrc[ac] as well as the m_ssrc[ac] in the function void WifiRemoteStationManager::ReportRtsFailed (...)