Skip to content

Commit

Permalink
wifi: Fill in bitmap for GCR Block ACK variants
Browse files Browse the repository at this point in the history
  • Loading branch information
sderonne committed Nov 28, 2024
1 parent a648a6e commit 43fde5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi/model/recipient-block-ack-agreement.cc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ RecipientBlockAckAgreement::FillBlockAckBitmap(CtrlBAckResponseHeader& blockAckH
NS_FATAL_ERROR("Multi-tid block ack is not supported.");
}
else if (blockAckHeader.IsCompressed() || blockAckHeader.IsExtendedCompressed() ||
blockAckHeader.IsMultiSta())
blockAckHeader.IsMultiSta() || blockAckHeader.IsGcr())
{
// The Starting Sequence Number subfield of the Block Ack Starting Sequence
// Control subfield of the BlockAck frame shall be set to any value in the
Expand Down

0 comments on commit 43fde5d

Please sign in to comment.