Skip to content

wifi: always shift BlockAck window when normal ACK is received

Alex requested to merge alx.k/ns-3-dev:block-ack-normal-ack-window-shift into master

S-MPDU with SN=x is only transmitted when there are no MPDUs with SN < x to avoid reordering. Therefore, received acknowledgement for SN=x means that window can be shifted to x+1.

Merge request reports