wifi: Fix comment after changes in 3e3ff336

This commit is contained in:
Stefano Avallone
2025-07-11 11:34:03 +02:00
parent 0e19f579e6
commit a17161947b

View File

@@ -1899,7 +1899,7 @@ HeFrameExchangeManager::SendQosNullFramesInTbPpdu(const CtrlTriggerHeader& trigg
// TR3: Sequence numbers for transmitted QoS (+)Null frames may be set
// to any value. (Table 10-3 of 802.11-2016)
header.SetSequenceNumber(0);
// Set the EOSP bit so that NotifyTxToEdca will add the Queue Size
// Set the EOSP bit so that HtFEM::FinalizeMacHeader will add the Queue Size
header.SetQosEosp();
WifiTxParameters txParams;