wifi: Unblock packets when ADDBA request is rejected, too

This commit is contained in:
Stefano Avallone
2023-09-19 12:29:34 +02:00
parent 1db2c9b640
commit 65ed14d8f4

View File

@@ -756,6 +756,7 @@ BlockAckManager::NotifyOriginatorAgreementRejected(const Mac48Address& recipient
OriginatorBlockAckAgreement::REJECTED);
}
it->second.first.SetState(OriginatorBlockAckAgreement::REJECTED);
m_unblockPackets(recipient, tid);
}
void