wifi: OriginatorBlockAckAgreement::IsBlockAckRequestNeeded is never used
This commit is contained in:
@@ -94,12 +94,6 @@ OriginatorBlockAckAgreement::NotifyMpduTransmission (uint16_t nextSeqNumber)
|
||||
}
|
||||
}
|
||||
|
||||
bool
|
||||
OriginatorBlockAckAgreement::IsBlockAckRequestNeeded (void) const
|
||||
{
|
||||
return m_needBlockAckReq;
|
||||
}
|
||||
|
||||
void
|
||||
OriginatorBlockAckAgreement::CompleteExchange (void)
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user