wifi: OriginatorBlockAckAgreement::IsBlockAckRequestNeeded is never used

This commit is contained in:
Stefano Avallone
2019-03-18 17:51:13 +01:00
parent 88781e4cfa
commit 3a6802e752
2 changed files with 0 additions and 14 deletions

View File

@@ -94,12 +94,6 @@ OriginatorBlockAckAgreement::NotifyMpduTransmission (uint16_t nextSeqNumber)
}
}
bool
OriginatorBlockAckAgreement::IsBlockAckRequestNeeded (void) const
{
return m_needBlockAckReq;
}
void
OriginatorBlockAckAgreement::CompleteExchange (void)
{

View File

@@ -163,14 +163,6 @@ public:
* \param nextSeqNumber
*/
void NotifyMpduTransmission (uint16_t nextSeqNumber);
/**
* Returns true if all packets for which a block ack was negotiated have been transmitted so
* a block ack request is needed in order to acknowledge them.
*
* \return true if all packets for which a block ack was negotiated have been transmitted,
* false otherwise
*/
bool IsBlockAckRequestNeeded (void) const;
/// Complete exchange function
void CompleteExchange (void);