Skip to content

wifi: always shift BlockAck window when normal ACK is received

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